Пример #1
0
 public System.Threading.Tasks.Task <Employee_Desktop.ServiceReference1.submit_holiday_requestResponse> submit_holiday_requestAsync(string email, System.DateTime holiday_start, System.DateTime holiday_end, bool days_exceeded, bool head_depHead_absent, bool seniorStaff_absent, bool Department_absent, string holiday_status)
 {
     Employee_Desktop.ServiceReference1.submit_holiday_requestRequest inValue = new Employee_Desktop.ServiceReference1.submit_holiday_requestRequest();
     inValue.Body                     = new Employee_Desktop.ServiceReference1.submit_holiday_requestRequestBody();
     inValue.Body.email               = email;
     inValue.Body.holiday_start       = holiday_start;
     inValue.Body.holiday_end         = holiday_end;
     inValue.Body.days_exceeded       = days_exceeded;
     inValue.Body.head_depHead_absent = head_depHead_absent;
     inValue.Body.seniorStaff_absent  = seniorStaff_absent;
     inValue.Body.Department_absent   = Department_absent;
     inValue.Body.holiday_status      = holiday_status;
     return(((Employee_Desktop.ServiceReference1.TheWebServiceSoap)(this)).submit_holiday_requestAsync(inValue));
 }
Пример #2
0
 System.Threading.Tasks.Task <Employee_Desktop.ServiceReference1.submit_holiday_requestResponse> Employee_Desktop.ServiceReference1.TheWebServiceSoap.submit_holiday_requestAsync(Employee_Desktop.ServiceReference1.submit_holiday_requestRequest request)
 {
     return(base.Channel.submit_holiday_requestAsync(request));
 }
Пример #3
0
 Employee_Desktop.ServiceReference1.submit_holiday_requestResponse Employee_Desktop.ServiceReference1.TheWebServiceSoap.submit_holiday_request(Employee_Desktop.ServiceReference1.submit_holiday_requestRequest request)
 {
     return(base.Channel.submit_holiday_request(request));
 }