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