Example #1
0
 public ServiceRequest GetServiceRequestInfo(ServiceRequest request)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public ServiceRequest DeleteServiceRequest(ServiceRequest request)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public ServiceResponse AcceptServiceRequest(ServiceRequest request)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public IList<UserDetail> AvailForService(ServiceRequest request)
 {
     throw new NotImplementedException();
 }
Example #5
0
 public ServiceRequest RejectServiceRequest(ServiceRequest request)
 {
     throw new NotImplementedException();
 }