IPostage |
public interface IPostageCategoryService : IPostageCategoryQueryService, IBusinessService
The IPostageCategoryService type exposes the following members.
Name | Description | |
---|---|---|
Get |
Gets a list of PostageCategories matching the specified filter.
(Inherited from IPostageCategoryQueryService) | |
GetAll |
Gets all PostageCategories
(Inherited from IPostageCategoryQueryService) | |
GetSingle |
Gets a single PostageCategory matching the provided filter.
(Inherited from IPostageCategoryQueryService) |