Метод | Описание | |
---|---|---|
Delete ( |
||
GetAll ( ) : IEnumerable |
||
GetByEmail ( string email ) : |
||
GetUser ( int id ) : |
||
Save ( |
||
UserService ( IRepository |
public Delete ( |
||
obj | ||
Результат | void |
public GetByEmail ( string email ) : |
||
string | ||
Результат |
public GetUser ( int id ) : |
||
id | int | |
Результат |
public Save ( |
||
obj | ||
Результат | void |
public UserService ( IRepository |
||
userRepository | IRepository |
|
Результат | System |