Click or drag to resize
Infosoft Logo

IComplaintEntityService Interface

A base repository service for manipulating Complaint 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 IComplaintEntityService : IComplaintQueryService, 
	IBusinessService

The IComplaintEntityService type exposes the following members.

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