public LogisuiteEmployeePresentation.LogisuiteEmployeeService.Employee[] ViewAll()
 {
     LogisuiteEmployeePresentation.LogisuiteEmployeeService.ViewAllRequest inValue = new LogisuiteEmployeePresentation.LogisuiteEmployeeService.ViewAllRequest();
     inValue.Body = new LogisuiteEmployeePresentation.LogisuiteEmployeeService.ViewAllRequestBody();
     LogisuiteEmployeePresentation.LogisuiteEmployeeService.ViewAllResponse retVal = ((LogisuiteEmployeePresentation.LogisuiteEmployeeService.EmployeesServiceSoap)(this)).ViewAll(inValue);
     return(retVal.Body.ViewAllResult);
 }
 public System.Threading.Tasks.Task <LogisuiteEmployeePresentation.LogisuiteEmployeeService.ViewAllResponse> ViewAllAsync()
 {
     LogisuiteEmployeePresentation.LogisuiteEmployeeService.ViewAllRequest inValue = new LogisuiteEmployeePresentation.LogisuiteEmployeeService.ViewAllRequest();
     inValue.Body = new LogisuiteEmployeePresentation.LogisuiteEmployeeService.ViewAllRequestBody();
     return(((LogisuiteEmployeePresentation.LogisuiteEmployeeService.EmployeesServiceSoap)(this)).ViewAllAsync(inValue));
 }
 System.Threading.Tasks.Task <LogisuiteEmployeePresentation.LogisuiteEmployeeService.ViewAllResponse> LogisuiteEmployeePresentation.LogisuiteEmployeeService.EmployeesServiceSoap.ViewAllAsync(LogisuiteEmployeePresentation.LogisuiteEmployeeService.ViewAllRequest request)
 {
     return(base.Channel.ViewAllAsync(request));
 }
 LogisuiteEmployeePresentation.LogisuiteEmployeeService.ViewAllResponse LogisuiteEmployeePresentation.LogisuiteEmployeeService.EmployeesServiceSoap.ViewAll(LogisuiteEmployeePresentation.LogisuiteEmployeeService.ViewAllRequest request)
 {
     return(base.Channel.ViewAll(request));
 }