IResponse |
public interface IResponseEntityService : IResponseQueryService, IBusinessService
The IResponseEntityService type exposes the following members.
Name | Description | |
---|---|---|
Create | Creates a new Response | |
Delete | Deletes the specified Response. | |
Get |
Gets a list of Responses matching the specified filter.
(Inherited from IResponseQueryService) | |
GetAll |
Gets all Responses
(Inherited from IResponseQueryService) | |
GetSingle |
Gets a single Response matching the provided filter.
(Inherited from IResponseQueryService) | |
Update | Updates the specified Response |