Exemple #1
0
 public System.Threading.Tasks.Task <StaffBooking.ServiceReference.ViewAllRequestsResponse> ViewAllRequestsAsync(string staffID)
 {
     StaffBooking.ServiceReference.ViewAllRequestsRequest inValue = new StaffBooking.ServiceReference.ViewAllRequestsRequest();
     inValue.Body         = new StaffBooking.ServiceReference.ViewAllRequestsRequestBody();
     inValue.Body.staffID = staffID;
     return(((StaffBooking.ServiceReference.WebServiceSoap)(this)).ViewAllRequestsAsync(inValue));
 }
Exemple #2
0
 public StaffBooking.ServiceReference.ArrayOfString[] ViewAllRequests(string staffID)
 {
     StaffBooking.ServiceReference.ViewAllRequestsRequest inValue = new StaffBooking.ServiceReference.ViewAllRequestsRequest();
     inValue.Body         = new StaffBooking.ServiceReference.ViewAllRequestsRequestBody();
     inValue.Body.staffID = staffID;
     StaffBooking.ServiceReference.ViewAllRequestsResponse retVal = ((StaffBooking.ServiceReference.WebServiceSoap)(this)).ViewAllRequests(inValue);
     return(retVal.Body.ViewAllRequestsResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <StaffBooking.ServiceReference.ViewAllRequestsResponse> StaffBooking.ServiceReference.WebServiceSoap.ViewAllRequestsAsync(StaffBooking.ServiceReference.ViewAllRequestsRequest request)
 {
     return(base.Channel.ViewAllRequestsAsync(request));
 }
Exemple #4
0
 StaffBooking.ServiceReference.ViewAllRequestsResponse StaffBooking.ServiceReference.WebServiceSoap.ViewAllRequests(StaffBooking.ServiceReference.ViewAllRequestsRequest request)
 {
     return(base.Channel.ViewAllRequests(request));
 }