Ejemplo n.º 1
0
 public Nop.Plugin.Shipping.Gls.GlsWebService.PakkeshopData[] GetAllParcelShops(string countryIso3166A2)
 {
     Nop.Plugin.Shipping.Gls.GlsWebService.GetAllParcelShopsRequest inValue = new Nop.Plugin.Shipping.Gls.GlsWebService.GetAllParcelShopsRequest();
     inValue.countryIso3166A2 = countryIso3166A2;
     Nop.Plugin.Shipping.Gls.GlsWebService.GetAllParcelShopsResponse retVal = ((Nop.Plugin.Shipping.Gls.GlsWebService.wsShopFinderSoap)(this)).GetAllParcelShops(inValue);
     return(retVal.GetAllParcelShopsResult);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <Nop.Plugin.Shipping.Gls.GlsWebService.GetAllParcelShopsResponse> GetAllParcelShopsAsync(string countryIso3166A2)
 {
     Nop.Plugin.Shipping.Gls.GlsWebService.GetAllParcelShopsRequest inValue = new Nop.Plugin.Shipping.Gls.GlsWebService.GetAllParcelShopsRequest();
     inValue.countryIso3166A2 = countryIso3166A2;
     return(((Nop.Plugin.Shipping.Gls.GlsWebService.wsShopFinderSoap)(this)).GetAllParcelShopsAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <Nop.Plugin.Shipping.Gls.GlsWebService.GetAllParcelShopsResponse> Nop.Plugin.Shipping.Gls.GlsWebService.wsShopFinderSoap.GetAllParcelShopsAsync(Nop.Plugin.Shipping.Gls.GlsWebService.GetAllParcelShopsRequest request)
 {
     return(base.Channel.GetAllParcelShopsAsync(request));
 }
Ejemplo n.º 4
0
 Nop.Plugin.Shipping.Gls.GlsWebService.GetAllParcelShopsResponse Nop.Plugin.Shipping.Gls.GlsWebService.wsShopFinderSoap.GetAllParcelShops(Nop.Plugin.Shipping.Gls.GlsWebService.GetAllParcelShopsRequest request)
 {
     return(base.Channel.GetAllParcelShops(request));
 }