Click or drag to resize
Infosoft Logo

IResponseEntityService Interface

A base repository service for manipulating Response 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 IResponseEntityService : IResponseQueryService, 
	IBusinessService

The IResponseEntityService type exposes the following members.

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