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