public System.Threading.Tasks.Task <LogisuiteEmployeePresentation.LogisuiteEmployeeService.InsertResponse> InsertAsync(LogisuiteEmployeePresentation.LogisuiteEmployeeService.Employee value)
 {
     LogisuiteEmployeePresentation.LogisuiteEmployeeService.InsertRequest inValue = new LogisuiteEmployeePresentation.LogisuiteEmployeeService.InsertRequest();
     inValue.Body       = new LogisuiteEmployeePresentation.LogisuiteEmployeeService.InsertRequestBody();
     inValue.Body.value = value;
     return(((LogisuiteEmployeePresentation.LogisuiteEmployeeService.EmployeesServiceSoap)(this)).InsertAsync(inValue));
 }
 public string Insert(LogisuiteEmployeePresentation.LogisuiteEmployeeService.Employee value, out bool result)
 {
     LogisuiteEmployeePresentation.LogisuiteEmployeeService.InsertRequest inValue = new LogisuiteEmployeePresentation.LogisuiteEmployeeService.InsertRequest();
     inValue.Body       = new LogisuiteEmployeePresentation.LogisuiteEmployeeService.InsertRequestBody();
     inValue.Body.value = value;
     LogisuiteEmployeePresentation.LogisuiteEmployeeService.InsertResponse retVal = ((LogisuiteEmployeePresentation.LogisuiteEmployeeService.EmployeesServiceSoap)(this)).Insert(inValue);
     result = retVal.Body.result;
     return(retVal.Body.InsertResult);
 }
 System.Threading.Tasks.Task <LogisuiteEmployeePresentation.LogisuiteEmployeeService.InsertResponse> LogisuiteEmployeePresentation.LogisuiteEmployeeService.EmployeesServiceSoap.InsertAsync(LogisuiteEmployeePresentation.LogisuiteEmployeeService.InsertRequest request)
 {
     return(base.Channel.InsertAsync(request));
 }
 LogisuiteEmployeePresentation.LogisuiteEmployeeService.InsertResponse LogisuiteEmployeePresentation.LogisuiteEmployeeService.EmployeesServiceSoap.Insert(LogisuiteEmployeePresentation.LogisuiteEmployeeService.InsertRequest request)
 {
     return(base.Channel.Insert(request));
 }