Exemplo n.º 1
0
 public System.Threading.Tasks.Task <SalaryGLAccount_WebService.ReadByRecIdResponse> ReadByRecIdAsync(string recId)
 {
     SalaryGLAccount_WebService.ReadByRecIdRequest inValue = new SalaryGLAccount_WebService.ReadByRecIdRequest();
     inValue.recId = recId;
     return(((SalaryGLAccount_WebService.SalaryGLAccount_Service)(this)).ReadByRecIdAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <SalaryGLAccount_WebService.ReadByRecIdResponse> SalaryGLAccount_WebService.SalaryGLAccount_Service.ReadByRecIdAsync(SalaryGLAccount_WebService.ReadByRecIdRequest request)
 {
     return(base.Channel.ReadByRecIdAsync(request));
 }