Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <StaffBooking.ServiceReference.MakeRequestResponse> MakeRequestAsync(string staffID, System.DateTime start, System.DateTime end)
 {
     StaffBooking.ServiceReference.MakeRequestRequest inValue = new StaffBooking.ServiceReference.MakeRequestRequest();
     inValue.Body         = new StaffBooking.ServiceReference.MakeRequestRequestBody();
     inValue.Body.staffID = staffID;
     inValue.Body.start   = start;
     inValue.Body.end     = end;
     return(((StaffBooking.ServiceReference.WebServiceSoap)(this)).MakeRequestAsync(inValue));
 }
Ejemplo n.º 2
0
 public void MakeRequest(string staffID, System.DateTime start, System.DateTime end)
 {
     StaffBooking.ServiceReference.MakeRequestRequest inValue = new StaffBooking.ServiceReference.MakeRequestRequest();
     inValue.Body         = new StaffBooking.ServiceReference.MakeRequestRequestBody();
     inValue.Body.staffID = staffID;
     inValue.Body.start   = start;
     inValue.Body.end     = end;
     StaffBooking.ServiceReference.MakeRequestResponse retVal = ((StaffBooking.ServiceReference.WebServiceSoap)(this)).MakeRequest(inValue);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <StaffBooking.ServiceReference.MakeRequestResponse> StaffBooking.ServiceReference.WebServiceSoap.MakeRequestAsync(StaffBooking.ServiceReference.MakeRequestRequest request)
 {
     return(base.Channel.MakeRequestAsync(request));
 }
Ejemplo n.º 4
0
 StaffBooking.ServiceReference.MakeRequestResponse StaffBooking.ServiceReference.WebServiceSoap.MakeRequest(StaffBooking.ServiceReference.MakeRequestRequest request)
 {
     return(base.Channel.MakeRequest(request));
 }