Example #1
0
 public System.Threading.Tasks.Task <Employee_Desktop.ServiceReference1.get_outstanding_holiday_requests_for_employeeResponse> get_outstanding_holiday_requests_for_employeeAsync(string email)
 {
     Employee_Desktop.ServiceReference1.get_outstanding_holiday_requests_for_employeeRequest inValue = new Employee_Desktop.ServiceReference1.get_outstanding_holiday_requests_for_employeeRequest();
     inValue.Body       = new Employee_Desktop.ServiceReference1.get_outstanding_holiday_requests_for_employeeRequestBody();
     inValue.Body.email = email;
     return(((Employee_Desktop.ServiceReference1.TheWebServiceSoap)(this)).get_outstanding_holiday_requests_for_employeeAsync(inValue));
 }
Example #2
0
 public Employee_Desktop.ServiceReference1.Holidays[] get_outstanding_holiday_requests_for_employee(string email)
 {
     Employee_Desktop.ServiceReference1.get_outstanding_holiday_requests_for_employeeRequest inValue = new Employee_Desktop.ServiceReference1.get_outstanding_holiday_requests_for_employeeRequest();
     inValue.Body       = new Employee_Desktop.ServiceReference1.get_outstanding_holiday_requests_for_employeeRequestBody();
     inValue.Body.email = email;
     Employee_Desktop.ServiceReference1.get_outstanding_holiday_requests_for_employeeResponse retVal = ((Employee_Desktop.ServiceReference1.TheWebServiceSoap)(this)).get_outstanding_holiday_requests_for_employee(inValue);
     return(retVal.Body.get_outstanding_holiday_requests_for_employeeResult);
 }
Example #3
0
 System.Threading.Tasks.Task <Employee_Desktop.ServiceReference1.get_outstanding_holiday_requests_for_employeeResponse> Employee_Desktop.ServiceReference1.TheWebServiceSoap.get_outstanding_holiday_requests_for_employeeAsync(Employee_Desktop.ServiceReference1.get_outstanding_holiday_requests_for_employeeRequest request)
 {
     return(base.Channel.get_outstanding_holiday_requests_for_employeeAsync(request));
 }
Example #4
0
 Employee_Desktop.ServiceReference1.get_outstanding_holiday_requests_for_employeeResponse Employee_Desktop.ServiceReference1.TheWebServiceSoap.get_outstanding_holiday_requests_for_employee(Employee_Desktop.ServiceReference1.get_outstanding_holiday_requests_for_employeeRequest request)
 {
     return(base.Channel.get_outstanding_holiday_requests_for_employee(request));
 }