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