Method | Description | |
---|---|---|
GeneratePassword ( ) : string | ||
GetAll ( ) : IEnumerable |
||
GetUser ( System.Guid accountUserGuid ) : |
||
GetUser ( ObjectId accountUserId ) : |
||
GetUser ( string accountUserEmail ) : |
||
GetUser ( string email, string password ) : |
||
GetUserByForgotPassword ( System.Guid guidForgotPassword ) : |
||
IsEmailAvailable ( string email ) : bool | ||
Save ( |
||
Update ( |
||
UpdatePassword ( ObjectId userId, string password ) : void | ||
UserService ( IUserRepository accountUserRepository, AppActs settings ) : System |
public GetUser ( System.Guid accountUserGuid ) : |
||
accountUserGuid | System.Guid | |
return |
public GetUser ( ObjectId accountUserId ) : |
||
accountUserId | ObjectId | |
return |
public GetUser ( string accountUserEmail ) : |
||
accountUserEmail | string | |
return |
public GetUser ( string email, string password ) : |
||
string | ||
password | string | |
return |
public GetUserByForgotPassword ( System.Guid guidForgotPassword ) : |
||
guidForgotPassword | System.Guid | |
return |
public IsEmailAvailable ( string email ) : bool | ||
string | ||
return | bool |
public Save ( |
||
accountUser | ||
return | void |
public Update ( |
||
accountUser | ||
return | void |
public UpdatePassword ( ObjectId userId, string password ) : void | ||
userId | ObjectId | |
password | string | |
return | void |
public UserService ( IUserRepository accountUserRepository, AppActs settings ) : System | ||
accountUserRepository | IUserRepository | |
settings | AppActs | |
return | System |