Click or drag to resize
Infosoft Logo

IRetailerStopCodeEntityService Interface

A base repository service for manipulating RetailerStopCode 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 IRetailerStopCodeEntityService : IRetailerStopCodeQueryService, 
	IBusinessService

The IRetailerStopCodeEntityService type exposes the following members.

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