コード例 #1
0
ファイル: CartTest.cs プロジェクト: tomochandv/Test
        public void BasketInputTest(BasketInputParamT reqBasketInputParam)
        {
            CartBiz biz = new CartBiz();
            GmarketBasketAddResultT strRetCode = biz.testStart();

            /* 테스트
             * BasketParamT basketParam = MakeBasketParam(reqBasketInputParam);
             *int strRetCode = biz.BasketInput(basketParam);
             */

            //Trace.DumpBusinessEntity(strRetCode);
        }