메소드 | 설명 | |
---|---|---|
All ( bool includeProfile ) : IEnumerable |
||
Create ( string username, string password, |
||
Follow ( string username, |
||
GetAllFor ( int id ) : |
||
GetAllFor ( string username ) : |
||
GetBy ( int id ) : |
||
GetBy ( string username ) : |
||
Unfollow ( string username, |
||
UserService ( IContext context ) : RibbitMvc.Data |
public Create ( string username, string password, |
||
username | string | |
password | string | |
profile | ||
created | System.DateTime | |
리턴 |
public Follow ( string username, |
||
username | string | |
follower | ||
리턴 | void |
public GetAllFor ( string username ) : |
||
username | string | |
리턴 |
public Unfollow ( string username, |
||
username | string | |
follower | ||
리턴 | void |
public UserService ( IContext context ) : RibbitMvc.Data | ||
context | IContext | |
리턴 | RibbitMvc.Data |