IRetail |
public interface IRetailEditionService : IBusinessService
The IRetailEditionService type exposes the following members.
Name | Description | |
---|---|---|
CreateRetailEdition | Adds a new RetailEdition record to database. | |
DeleteRetailEdition | Deletes a RetailEdition record from database. | |
GetRetailEditionById | Searches and Gets RetailEdition by Id | |
GetRetailEditionByTitleAndCode | searches for a Retail Edition by a title and code and gets the object. | |
GetRetailEditions | Gets a list of all RetailEditions from the database | |
GetRetailEditionsByTitle | searches for the Retail Editions by Title. | |
UpdateRetailEdition | Updates a RetailEdition record to database. |