Пример #1
0
 public System.Threading.Tasks.Task <PostCodesWithMunicipality_WebService.ReadResponse> ReadAsync(string Code, string City)
 {
     PostCodesWithMunicipality_WebService.ReadRequest inValue = new PostCodesWithMunicipality_WebService.ReadRequest();
     inValue.Code = Code;
     inValue.City = City;
     return(((PostCodesWithMunicipality_WebService.PostCodesWithMunicipality_Service)(this)).ReadAsync(inValue));
 }
Пример #2
0
 System.Threading.Tasks.Task <PostCodesWithMunicipality_WebService.ReadResponse> PostCodesWithMunicipality_WebService.PostCodesWithMunicipality_Service.ReadAsync(PostCodesWithMunicipality_WebService.ReadRequest request)
 {
     return(base.Channel.ReadAsync(request));
 }