Interface IUserService
Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public interface IUserService
Methods
GetUser(String, String)
Declaration
IUser GetUser(string username, string password)
Parameters
Type | Name | Description |
---|---|---|
System.String | username | |
System.String | password |
Returns
Type | Description |
---|---|
IUser |