Click or drag to resize
Infosoft Logo

IResponseMaterialEntityService Interface

A base repository service for manipulating ResponseMaterial 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 IResponseMaterialEntityService : IResponseMaterialQueryService, 
	IBusinessService

The IResponseMaterialEntityService type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new ResponseMaterial
Public methodDelete Deletes the specified ResponseMaterial.
Public methodGet Gets a list of ResponseMaterials matching the specified filter.
(Inherited from IResponseMaterialQueryService)
Public methodGetAll Gets all ResponseMaterials
(Inherited from IResponseMaterialQueryService)
Public methodGetSingle Gets a single ResponseMaterial matching the provided filter.
(Inherited from IResponseMaterialQueryService)
Public methodUpdate Updates the specified ResponseMaterial
Top
See Also