Пример #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();
 }