IComplaint |
public interface IComplaintService : IComplaintQueryService, IBusinessService
The IComplaintService type exposes the following members.
Name | Description | |
---|---|---|
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) |