Esempio n. 1
0
 public System.Threading.Tasks.Task <Municipality_WebService.GetRecIdFromKeyResponse> GetRecIdFromKeyAsync(string Key)
 {
     Municipality_WebService.GetRecIdFromKeyRequest inValue = new Municipality_WebService.GetRecIdFromKeyRequest();
     inValue.Key = Key;
     return(((Municipality_WebService.Municipality_Service)(this)).GetRecIdFromKeyAsync(inValue));
 }
Esempio n. 2
0
 System.Threading.Tasks.Task <Municipality_WebService.GetRecIdFromKeyResponse> Municipality_WebService.Municipality_Service.GetRecIdFromKeyAsync(Municipality_WebService.GetRecIdFromKeyRequest request)
 {
     return(base.Channel.GetRecIdFromKeyAsync(request));
 }