Click or drag to resize
Infosoft Logo

IRetailerStopCodeService Interface

Service for manipulating RetailerStopCode entities in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IRetailerStopCodeService : IRetailerStopCodeQueryService, 
	IBusinessService

The IRetailerStopCodeService type exposes the following members.

Methods
 NameDescription
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)
Top
See Also