Click or drag to resize
Infosoft Logo

IResponseReportGroupService Interface

Service for manipulating ResponseReportGroup 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 IResponseReportGroupService : IResponseReportGroupQueryService, 
	IBusinessService

The IResponseReportGroupService type exposes the following members.

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