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