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