Метод | Описание | |
---|---|---|
DefaultImage ( int UserId ) : |
||
DeletePersonByID ( int id ) : void | ||
EditPerson ( |
||
GetBestPersons ( AvailableRoles role, int count ) : IEnumerable |
||
GetDrivers ( ) : IEnumerable |
||
GetPersonByPersonID ( int id ) : |
||
GetPersonByUserId ( int id ) : |
||
GetPersons ( ) : IEnumerable |
||
InsertPerson ( |
||
PersonManager ( IUnitOfWork uOW ) : System | ||
UpdatePhoneFMLnames ( |
public DefaultImage ( int UserId ) : |
||
UserId | int | |
Результат |
public EditPerson ( |
||
person | ||
Результат |
public GetBestPersons ( AvailableRoles role, int count ) : IEnumerable |
||
role | AvailableRoles | |
count | int | |
Результат | IEnumerable |
public GetPersonByPersonID ( int id ) : |
||
id | int | |
Результат |
public GetPersonByUserId ( int id ) : |
||
id | int | |
Результат |
public InsertPerson ( |
||
person | ||
Результат |
public PersonManager ( IUnitOfWork uOW ) : System | ||
uOW | IUnitOfWork | |
Результат | System |
public UpdatePhoneFMLnames ( |
||
person | ||
Результат | void |