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