Method | Description | |
---|---|---|
Delete ( |
||
GetAll ( ) : IEnumerable |
||
GetByEmail ( string email ) : |
||
GetUser ( int id ) : |
||
Save ( |
||
UserService ( IRepository |
public Delete ( |
||
obj | ||
return | void |
public GetByEmail ( string email ) : |
||
string | ||
return |
public GetUser ( int id ) : |
||
id | int | |
return |
public UserService ( IRepository |
||
userRepository | IRepository |
|
return | System |