Method | Description | |
---|---|---|
DeleteUser ( int id ) : void | ||
Dispose ( ) : void | ||
FindUserById ( int id ) : |
||
FindUserByToken ( string token ) : |
||
FindUserByUserName ( string userName ) : |
||
GetAllUsers ( ) : IList |
||
SaveOrUpdateUser ( |
||
UserRepository ( IDbContext context, ILoggingHelper loggingHelper ) : System |
public FindUserById ( int id ) : |
||
id | int | |
return |
public FindUserByToken ( string token ) : |
||
token | string | |
return |
public FindUserByUserName ( string userName ) : |
||
userName | string | |
return |
public SaveOrUpdateUser ( |
||
user | ||
return | void |
public UserRepository ( IDbContext context, ILoggingHelper loggingHelper ) : System | ||
context | IDbContext | |
loggingHelper | ILoggingHelper | |
return | System |