Click or drag to resize
Infosoft Logo

IDiscountResponsibleEntityService Interface

A base repository service for manipulating DiscountResponsible 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 IDiscountResponsibleEntityService : IDiscountResponsibleQueryService, 
	IBusinessService

The IDiscountResponsibleEntityService type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new DiscountResponsible
Public methodDelete Deletes the specified DiscountResponsible.
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)
Public methodUpdate Updates the specified DiscountResponsible
Top
See Also