Click or drag to resize
Infosoft Logo

IResponseHistoryService Interface

Service for manipulating ResponseHistory 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 IResponseHistoryService : IResponseHistoryQueryService, 
	IBusinessService

The IResponseHistoryService type exposes the following members.

Methods
 NameDescription
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)
Top
See Also