コード例 #1
0
ファイル: Program.cs プロジェクト: juebanyaya/eucnrail.shop
        public void UpdateProductPrice(string refId, RootShop rootShop)
        {
            WebServiceContext webserviceContext = new WebServiceContext(rootShop);

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