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