Click or drag to resize
Infosoft Logo

IInstitution_x_TitleService Interface

Service for manipulating Institution_x_Title 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 IInstitution_x_TitleService : IInstitution_x_TitleQueryService, 
	IBusinessService

The IInstitution_x_TitleService type exposes the following members.

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