Click or drag to resize
Infosoft Logo

IRetailerNoteService Interface

A service for doing simple CRUD operations for Retailer Note.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IRetailerNoteService : IBusinessService

The IRetailerNoteService type exposes the following members.

Methods
 NameDescription
Public methodCreateRetailerNote Creates a new retailer note.
Public methodDeleteRetailerNote Deletes a retailer note.
Public methodGetRetailerNoteByDateAndTitle Gets the retailer note by given combination of keys.
Public methodGetRetailerNotesForRetailer Gets retailer notes for the given retailer
Public methodGetRetailerNotesForRetailerBeforeDate Gets retailer notes for the given retailer
Public methodUpdateRetailerNote Updates a new retailer note.
Top
See Also