IRetailer | |
public interface IRetailerNoteService : IRetailerNoteQueryService, IBusinessService
The IRetailerNoteService type exposes the following members.
| Name | Description | |
|---|---|---|
| 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)  |