Click or drag to resize
Infosoft Logo

IRetailerTypeService Interface

A service for doing simple CRUD operations for retailer type codes.

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

The IRetailerTypeService type exposes the following members.

Methods
 NameDescription
Public methodCreateRetailerType Creates a retailer type code.
Public methodDeleteRetailerType Deletes the retailer type Code.
Public methodGetRetailerTypeByCode Gets all retailer type Codes by Code.
Public methodGetRetailerTypeById Gets retailer type Code by ID.
Public methodGetRetailerTypes Gets all retailer type Codes.
Public methodUpdateRetailerType Updates a retailer type code with new values.
Top
See Also