Method | Description | |
---|---|---|
ArticlesController ( ) : Articles.Data | ||
ArticlesController ( IArticlesData data ) : Articles.Data |
Method | Description | |
---|---|---|
Create ( ArticleModel model ) : IHttpActionResult | ||
Get ( ) : IHttpActionResult | ||
Get ( int page ) : IHttpActionResult | ||
Get ( string category ) : IHttpActionResult | ||
Get ( string category, int page ) : IHttpActionResult | ||
GetAllSortedByDate ( ) : IEnumerable |
||
GetById ( int id ) : IHttpActionResult | ||
GetCategory ( string modelCategory ) : |
||
GetTags ( ArticleModel model ) : ICollection |
public ArticlesController ( ) : Articles.Data | ||
return | Articles.Data |
public ArticlesController ( IArticlesData data ) : Articles.Data | ||
data | IArticlesData | |
return | Articles.Data |