IRetailer |
public interface IRetailerSeasonCodeEntityService : IRetailerSeasonCodeQueryService, IBusinessService
The IRetailerSeasonCodeEntityService type exposes the following members.
Name | Description | |
---|---|---|
Create | Creates a new RetailerSeasonCode | |
Delete | Deletes the specified RetailerSeasonCode. | |
Get |
Gets a list of RetailerSeasonCodes matching the specified filter.
(Inherited from IRetailerSeasonCodeQueryService) | |
GetAll |
Gets all RetailerSeasonCodes
(Inherited from IRetailerSeasonCodeQueryService) | |
GetSingle |
Gets a single RetailerSeasonCode matching the provided filter.
(Inherited from IRetailerSeasonCodeQueryService) | |
Update | Updates the specified RetailerSeasonCode |