Interface ILoginService
public interface ILoginService
- Extension Methods
Properties
User
IUser User { get; }
Property Value
Methods
Login(string, string, out string)
bool Login(string name, string password, out string message)
Parameters
Returns
Logout(out string)
bool Logout(out string message)
Parameters
messagestring