Click or drag to resize
Infosoft Logo

ISalesCommissionEntityService Interface

A base repository service for manipulating SalesCommission 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 ISalesCommissionEntityService : ISalesCommissionQueryService, 
	IBusinessService

The ISalesCommissionEntityService type exposes the following members.

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