Exemplo n.º 1
0
 public System.Threading.Tasks.Task <SalaryGLAccount_WebService.IsUpdatedResponse> IsUpdatedAsync(string Key)
 {
     SalaryGLAccount_WebService.IsUpdatedRequest inValue = new SalaryGLAccount_WebService.IsUpdatedRequest();
     inValue.Key = Key;
     return(((SalaryGLAccount_WebService.SalaryGLAccount_Service)(this)).IsUpdatedAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <SalaryGLAccount_WebService.IsUpdatedResponse> SalaryGLAccount_WebService.SalaryGLAccount_Service.IsUpdatedAsync(SalaryGLAccount_WebService.IsUpdatedRequest request)
 {
     return(base.Channel.IsUpdatedAsync(request));
 }