C# Class Helpdesk.User

Show file Open project: vc3/ExoWeb

Public Methods

Method Description
GetUser ( string username ) : User

Gets the User with the specified username.

Method Details

GetUser() public static method

Gets the User with the specified username.
public static GetUser ( string username ) : User
username string
return User