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