IArticle |
public interface IArticleService : IArticleQueryService, IBusinessService
The IArticleService type exposes the following members.
Name | Description | |
---|---|---|
Get |
Gets a list of Articles matching the specified filter.
(Inherited from IArticleQueryService) | |
GetAll |
Gets all Articles
(Inherited from IArticleQueryService) | |
GetSingle |
Gets a single Article matching the provided filter.
(Inherited from IArticleQueryService) |