Click or drag to resize
Infosoft Logo

IRetailerCategoryEntityService Interface

A base repository service for manipulating RetailerCategory entities in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Entities
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IRetailerCategoryEntityService : IRetailerCategoryQueryService, 
	IBusinessService

The IRetailerCategoryEntityService type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new RetailerCategory
Public methodDelete Deletes the specified RetailerCategory.
Public methodGet Gets a list of RetailerCategories matching the specified filter.
(Inherited from IRetailerCategoryQueryService)
Public methodGetAll Gets all RetailerCategories
(Inherited from IRetailerCategoryQueryService)
Public methodGetSingle Gets a single RetailerCategory matching the provided filter.
(Inherited from IRetailerCategoryQueryService)
Public methodUpdate Updates the specified RetailerCategory
Top
See Also