Example #1
0
 public System.Threading.Tasks.Task <SalaryGLAccount_WebService.GetRecIdFromKeyResponse> GetRecIdFromKeyAsync(string Key)
 {
     SalaryGLAccount_WebService.GetRecIdFromKeyRequest inValue = new SalaryGLAccount_WebService.GetRecIdFromKeyRequest();
     inValue.Key = Key;
     return(((SalaryGLAccount_WebService.SalaryGLAccount_Service)(this)).GetRecIdFromKeyAsync(inValue));
 }
Example #2
0
 System.Threading.Tasks.Task <SalaryGLAccount_WebService.GetRecIdFromKeyResponse> SalaryGLAccount_WebService.SalaryGLAccount_Service.GetRecIdFromKeyAsync(SalaryGLAccount_WebService.GetRecIdFromKeyRequest request)
 {
     return(base.Channel.GetRecIdFromKeyAsync(request));
 }