Click or drag to resize
Infosoft Logo

IRetailerHistoryService 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 IRetailerHistoryService : IBusinessService

The IRetailerHistoryService type exposes the following members.

Methods
 NameDescription
Public methodCreateRetailerHistory Creates a retailer history.
Public methodDeleteRetailerHistory Deletes the retailer history.
Public methodGetRetailerHistoriesByRetailerAndTitle Gets the retailer histories by retailer and title.
Public methodUpdateRetailerHistory Updates the retailer history.
Top
See Also