public System.Threading.Tasks.Task <Employee_WebApp.WebAppServiceReference.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_WebApp.WebAppServiceReference.submit_holiday_requestRequest inValue = new Employee_WebApp.WebAppServiceReference.submit_holiday_requestRequest(); inValue.Body = new Employee_WebApp.WebAppServiceReference.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_WebApp.WebAppServiceReference.TheWebServiceSoap)(this)).submit_holiday_requestAsync(inValue)); }
System.Threading.Tasks.Task <Employee_WebApp.WebAppServiceReference.submit_holiday_requestResponse> Employee_WebApp.WebAppServiceReference.TheWebServiceSoap.submit_holiday_requestAsync(Employee_WebApp.WebAppServiceReference.submit_holiday_requestRequest request) { return(base.Channel.submit_holiday_requestAsync(request)); }
Employee_WebApp.WebAppServiceReference.submit_holiday_requestResponse Employee_WebApp.WebAppServiceReference.TheWebServiceSoap.submit_holiday_request(Employee_WebApp.WebAppServiceReference.submit_holiday_requestRequest request) { return(base.Channel.submit_holiday_request(request)); }