Click or drag to resize
Infosoft Logo

IRetailerChainService Interface

A service for doing simple CRUD operations for retailer chains.

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

The IRetailerChainService type exposes the following members.

Methods
 NameDescription
Public methodCreateRetailerChain Creates a retailer chain.
Public methodDeleteRetailerChain Deletes the retailer chain.
Public methodGetRetailerChainByCode Gets Retailer Chain by code.
Public methodGetRetailerChainById Gets Retailer Chain Code by ID.
Public methodGetRetailerChains Gets all retailer chains.
Public methodUpdateRetailerChain Updates a retailer chain with new values.
Top
See Also