Beispiel #1
0
 public System.Threading.Tasks.Task <Employee_Desktop.ServiceReference1.submit_holiday_with_constraint_checkingResponse> submit_holiday_with_constraint_checkingAsync(string emp_email, System.DateTime holiday_start, System.DateTime holiday_end)
 {
     Employee_Desktop.ServiceReference1.submit_holiday_with_constraint_checkingRequest inValue = new Employee_Desktop.ServiceReference1.submit_holiday_with_constraint_checkingRequest();
     inValue.Body               = new Employee_Desktop.ServiceReference1.submit_holiday_with_constraint_checkingRequestBody();
     inValue.Body.emp_email     = emp_email;
     inValue.Body.holiday_start = holiday_start;
     inValue.Body.holiday_end   = holiday_end;
     return(((Employee_Desktop.ServiceReference1.TheWebServiceSoap)(this)).submit_holiday_with_constraint_checkingAsync(inValue));
 }
Beispiel #2
0
 public void submit_holiday_with_constraint_checking(string emp_email, System.DateTime holiday_start, System.DateTime holiday_end)
 {
     Employee_Desktop.ServiceReference1.submit_holiday_with_constraint_checkingRequest inValue = new Employee_Desktop.ServiceReference1.submit_holiday_with_constraint_checkingRequest();
     inValue.Body               = new Employee_Desktop.ServiceReference1.submit_holiday_with_constraint_checkingRequestBody();
     inValue.Body.emp_email     = emp_email;
     inValue.Body.holiday_start = holiday_start;
     inValue.Body.holiday_end   = holiday_end;
     Employee_Desktop.ServiceReference1.submit_holiday_with_constraint_checkingResponse retVal = ((Employee_Desktop.ServiceReference1.TheWebServiceSoap)(this)).submit_holiday_with_constraint_checking(inValue);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <Employee_Desktop.ServiceReference1.submit_holiday_with_constraint_checkingResponse> Employee_Desktop.ServiceReference1.TheWebServiceSoap.submit_holiday_with_constraint_checkingAsync(Employee_Desktop.ServiceReference1.submit_holiday_with_constraint_checkingRequest request)
 {
     return(base.Channel.submit_holiday_with_constraint_checkingAsync(request));
 }
Beispiel #4
0
 Employee_Desktop.ServiceReference1.submit_holiday_with_constraint_checkingResponse Employee_Desktop.ServiceReference1.TheWebServiceSoap.submit_holiday_with_constraint_checking(Employee_Desktop.ServiceReference1.submit_holiday_with_constraint_checkingRequest request)
 {
     return(base.Channel.submit_holiday_with_constraint_checking(request));
 }