Example #1
0
 public Complaint CreateComplaint(Complaint complaint)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public List<UserComplaintDescription> ViewComplaintThread(Complaint complaint)
 {
     throw new NotImplementedException();
 }