Method | Description | |
---|---|---|
AccountRepository ( IAccountTrackerService accountTrackerService ) : System | ||
Exists ( string userName ) : bool | ||
Login ( string userName, string password ) : User | ||
Logout ( ) : void | ||
RegisterUser ( string email, string password, string profileId ) : void | ||
RestorePassword ( string userName ) : string |
public AccountRepository ( IAccountTrackerService accountTrackerService ) : System | ||
accountTrackerService | IAccountTrackerService | |
return | System |
public Login ( string userName, string password ) : User | ||
userName | string | |
password | string | |
return | User |
public RegisterUser ( string email, string password, string profileId ) : void | ||
string | ||
password | string | |
profileId | string | |
return | void |
public RestorePassword ( string userName ) : string | ||
userName | string | |
return | string |