IRetailer | |
public interface IRetailerCategoryService : IRetailerCategoryQueryService, IBusinessService
The IRetailerCategoryService type exposes the following members.
| Name | Description | |
|---|---|---|
| Get |
Gets a list of RetailerCategories matching the specified filter.
(Inherited from IRetailerCategoryQueryService) | |
| GetAll |
Gets all RetailerCategories
(Inherited from IRetailerCategoryQueryService) | |
| GetSingle |
Gets a single RetailerCategory matching the provided filter.
(Inherited from IRetailerCategoryQueryService) |