Click or drag to resize
Infosoft Logo

IRetailerNoteEntityService Interface

A base repository service for manipulating RetailerNote entities in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Entities
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IRetailerNoteEntityService : IRetailerNoteQueryService, 
	IBusinessService

The IRetailerNoteEntityService type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new RetailerNote
Public methodDelete Deletes the specified RetailerNote.
Public methodGet Gets a list of RetailerNotes matching the specified filter.
(Inherited from IRetailerNoteQueryService)
Public methodGetAll Gets all RetailerNotes
(Inherited from IRetailerNoteQueryService)
Public methodGetSingle Gets a single RetailerNote matching the provided filter.
(Inherited from IRetailerNoteQueryService)
Public methodUpdate Updates the specified RetailerNote
Top
See Also