Click or drag to resize
Infosoft Logo

IResponseReportGroupEntityService Interface

A base repository service for manipulating ResponseReportGroup 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 IResponseReportGroupEntityService : IResponseReportGroupQueryService, 
	IBusinessService

The IResponseReportGroupEntityService type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new ResponseReportGroup
Public methodDelete Deletes the specified ResponseReportGroup.
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)
Public methodUpdate Updates the specified ResponseReportGroup
Top
See Also