Пример #1
0
 public byte[] GetZipcodes()
 {
     Concentrator.Web.ServiceClient.ZipCodeService.GetZipcodesRequest inValue = new Concentrator.Web.ServiceClient.ZipCodeService.GetZipcodesRequest();
     inValue.Body = new Concentrator.Web.ServiceClient.ZipCodeService.GetZipcodesRequestBody();
     Concentrator.Web.ServiceClient.ZipCodeService.GetZipcodesResponse retVal = ((Concentrator.Web.ServiceClient.ZipCodeService.ZipCodesSoap)(this)).GetZipcodes(inValue);
     return(retVal.Body.GetZipcodesResult);
 }
Пример #2
0
 Concentrator.Web.ServiceClient.ZipCodeService.GetZipcodesResponse Concentrator.Web.ServiceClient.ZipCodeService.ZipCodesSoap.GetZipcodes(Concentrator.Web.ServiceClient.ZipCodeService.GetZipcodesRequest request)
 {
     return(base.Channel.GetZipcodes(request));
 }