Method | Description | |
---|---|---|
AddUser ( |
||
CalculateUserRating ( int id ) : void | ||
ChangeUserParameters ( UserDTO user ) : void | ||
DeleteUser ( int userId ) : void | ||
GerRoleForUser ( |
||
GerRoleForUser ( UserDTO user ) : Role | ||
GetByEmail ( string email, string password ) : UserDTO | ||
GetById ( int id ) : UserDTO | ||
GetByUserName ( string login, string password ) : UserDTO | ||
GetCurrentDrivers ( int id ) : List |
||
GetCurrentDriversLastMonth ( int id ) : List |
||
GetDrivers ( ) : List |
||
GetDriversExceptCurrent ( int id ) : List |
||
GetDriversWithOrders ( ) : IEnumerable |
||
GetDriversWithOrdersLastMonth ( ) : IEnumerable |
||
GetQueryableDrivers ( ) : IQueryable |
||
GetUserPage ( string searchString, int page, int pageSize, int roleId ) : PagerDTO |
||
GetUsers ( ) : IEnumerable |
||
GetVIPClients ( ) : IQueryable |
||
IfEmailExists ( string email ) : bool | ||
IfUserNameExists ( string userName ) : bool | ||
InsertUser ( UserDTO user ) : UserDTO | ||
IsAdministratorById ( int id ) : bool | ||
IsUserNameCorrect ( string name ) : bool | ||
SetClientBonus ( int userId, double bonus, double paidByBonus ) : void | ||
SetVIPStatus ( int userId ) : void | ||
UpdatePassword ( string login, string password ) : void | ||
UpdateUser ( UserDTO user ) : UserDTO | ||
UserManager ( IUnitOfWork uOW ) : Common.System | ||
UserValidation ( UserDTO user, List |
||
deleteVIPById ( int id ) : void |
public AddUser ( |
||
user | ||
return | UserDTO |
public ChangeUserParameters ( UserDTO user ) : void | ||
user | UserDTO | |
return | void |
public GerRoleForUser ( |
||
user | ||
return | Role |
public GerRoleForUser ( UserDTO user ) : Role | ||
user | UserDTO | |
return | Role |
public GetByEmail ( string email, string password ) : UserDTO | ||
string | ||
password | string | |
return | UserDTO |
public GetByUserName ( string login, string password ) : UserDTO | ||
login | string | |
password | string | |
return | UserDTO |
public GetCurrentDriversLastMonth ( int id ) : List |
||
id | int | |
return | List |
public GetDriversExceptCurrent ( int id ) : List |
||
id | int | |
return | List |
public GetDriversWithOrders ( ) : IEnumerable |
||
return | IEnumerable |
public GetDriversWithOrdersLastMonth ( ) : IEnumerable |
||
return | IEnumerable |
public GetUserPage ( string searchString, int page, int pageSize, int roleId ) : PagerDTO |
||
searchString | string | |
page | int | |
pageSize | int | |
roleId | int | |
return | PagerDTO |
public IfUserNameExists ( string userName ) : bool | ||
userName | string | |
return | bool |
public IsUserNameCorrect ( string name ) : bool | ||
name | string | |
return | bool |
public SetClientBonus ( int userId, double bonus, double paidByBonus ) : void | ||
userId | int | |
bonus | double | |
paidByBonus | double | |
return | void |
public UpdatePassword ( string login, string password ) : void | ||
login | string | |
password | string | |
return | void |
public UserManager ( IUnitOfWork uOW ) : Common.System | ||
uOW | IUnitOfWork | |
return | Common.System |
public UserValidation ( UserDTO user, List |
||
user | UserDTO | |
msgs | List |
|
return | bool |