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