Ejemplo n.º 1
0
        public void UpdateProductPrice(string refId, RootShop rootShop)
        {
            WebServiceContext webserviceContext = new WebServiceContext(rootShop);

            webserviceContext.UpdateProductPrice(refId, "6.9");
        }