public void shop_categoryTest()
        {
            shop_categoryController scc = new shop_categoryController();


            scc.InsertData("name1", "des1");
            scc.InsertData("name2", "des2");
            scc.InsertData("name3", "des3");
            scc.SelectData(3);
            scc.UpdateData(3, "name4", "des4");
            scc.DeleteData(1);
        }
示例#2
0
        public void Report1()
        {
            shop_categoryController scc = new shop_categoryController();

            //var t = scc.Repor();
        }