Click or drag to resize
Infosoft Logo

IRetailerCategoryService Interface

A service for doing simple CRUD operations for retailer categories.

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

The IRetailerCategoryService type exposes the following members.

Methods
 NameDescription
Public methodCreateRetailerCategory Creates a retailer category.
Public methodDeleteRetailerCategory Deletes the retailer category.
Public methodGetRetailerCategories Gets all retailer categories.
Public methodGetRetailerCategoryByCode Gets retailer category by code.
Public methodGetRetailerCategoryById Gets Retailer Category Code by ID.
Public methodUpdateRetailerCategory Updates a Retailer Category with new values.
Top
See Also