Click or drag to resize
Infosoft Logo

ISalesSourceEntityService Interface

A base repository service for manipulating SalesSource 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 ISalesSourceEntityService : ISalesSourceQueryService, 
	IBusinessService

The ISalesSourceEntityService type exposes the following members.

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