示例#1
0
 public System.Threading.Tasks.Task <WebService.GetEmployeeResponse> GetEmployeeAsync(string eno, string ename)
 {
     WebService.GetEmployeeRequest inValue = new WebService.GetEmployeeRequest();
     inValue.Body       = new WebService.GetEmployeeRequestBody();
     inValue.Body.eno   = eno;
     inValue.Body.ename = ename;
     return(((WebService.ERPservicesSoap)(this)).GetEmployeeAsync(inValue));
 }
示例#2
0
 System.Threading.Tasks.Task <WebService.GetEmployeeResponse> WebService.ERPservicesSoap.GetEmployeeAsync(WebService.GetEmployeeRequest request)
 {
     return(base.Channel.GetEmployeeAsync(request));
 }