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