Click or drag to resize
Infosoft Logo

IInstitutionEntityService Interface

A base repository service for manipulating Institution 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 IInstitutionEntityService : IInstitutionQueryService, 
	IBusinessService

The IInstitutionEntityService type exposes the following members.

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