Click or drag to resize
Infosoft Logo

IResponseService Interface

Service for manipulating Response 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 IResponseService : IResponseQueryService, 
	IBusinessService

The IResponseService type exposes the following members.

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