Click or drag to resize
Infosoft Logo

IResponseHistoryEntityService Interface

A base repository service for manipulating ResponseHistory 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 IResponseHistoryEntityService : IResponseHistoryQueryService, 
	IBusinessService

The IResponseHistoryEntityService type exposes the following members.

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