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