Click or drag to resize
Infosoft Logo

IDiscountResponsibleService Interface

Service for manipulating DiscountResponsible 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 IDiscountResponsibleService : IDiscountResponsibleQueryService, 
	IBusinessService

The IDiscountResponsibleService type exposes the following members.

Methods
 NameDescription
Public methodGet Gets a list of DiscountResponsibles matching the specified filter.
(Inherited from IDiscountResponsibleQueryService)
Public methodGetAll Gets all DiscountResponsibles
(Inherited from IDiscountResponsibleQueryService)
Public methodGetSingle Gets a single DiscountResponsible matching the provided filter.
(Inherited from IDiscountResponsibleQueryService)
Top
See Also