Exemplo n.º 1
0
 public System.Threading.Tasks.Task <SalaryGLAccount_WebService.ReadResponse> ReadAsync(string No)
 {
     SalaryGLAccount_WebService.ReadRequest inValue = new SalaryGLAccount_WebService.ReadRequest();
     inValue.No = No;
     return(((SalaryGLAccount_WebService.SalaryGLAccount_Service)(this)).ReadAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <SalaryGLAccount_WebService.ReadResponse> SalaryGLAccount_WebService.SalaryGLAccount_Service.ReadAsync(SalaryGLAccount_WebService.ReadRequest request)
 {
     return(base.Channel.ReadAsync(request));
 }