Click or drag to resize
Infosoft Logo

IRetailEditionService Interface

Defines all operations related to the Retail Edition entity.

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

The IRetailEditionService type exposes the following members.

Methods
 NameDescription
Public methodCreateRetailEdition Adds a new RetailEdition record to database.
Public methodDeleteRetailEdition Deletes a RetailEdition record from database.
Public methodGetRetailEditionById Searches and Gets RetailEdition by Id
Public methodGetRetailEditionByTitleAndCode searches for a Retail Edition by a title and code and gets the object.
Public methodGetRetailEditions Gets a list of all RetailEditions from the database
Public methodGetRetailEditionsByTitle searches for the Retail Editions by Title.
Public methodUpdateRetailEdition Updates a RetailEdition record to database.
Top
See Also