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