Method | Description | |
---|---|---|
NewsArticlesController ( INewsterData data ) : System |
Method | Description | |
---|---|---|
Comment ( int id, string comment, [ sessionKey ) : |
||
Create ( |
||
GetAll ( [ sessionKey ) : IQueryable |
||
GetComments ( int id, [ sessionKey ) : IQueryable |
||
GetDetails ( int id, [ sessionKey ) : |
||
GetLatest ( [ sessionKey ) : IQueryable |
||
GetTopVoted ( [ sessionKey ) : IQueryable |
||
Vote ( int id, [ sessionKey ) : |
public NewsArticlesController ( INewsterData data ) : System | ||
data | INewsterData | |
return | System |