IPostage |
public interface IPostageCategoryEntityService : IPostageCategoryQueryService, IBusinessService
The IPostageCategoryEntityService type exposes the following members.
Name | Description | |
---|---|---|
Create | Creates a new PostageCategory | |
Delete | Deletes the specified PostageCategory. | |
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) | |
Update | Updates the specified PostageCategory |