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