Click or drag to resize
Infosoft Logo

ISalesPerson_x_TitleEntityService Interface

A base repository service for manipulating SalesPerson_x_Title 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 ISalesPerson_x_TitleEntityService : ISalesPerson_x_TitleQueryService, 
	IBusinessService

The ISalesPerson_x_TitleEntityService type exposes the following members.

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