Example #1
0
        public bool SelectAll()
        {
            GoodsInterface gf = dg.CreateGoods();

            gf.Select();
            return(dg.SaveChange());
        }
Example #2
0
        public List <Goods> select()
        {
            GoodsInterface ti = dg.CreateGoods();

            return(ti.Select());
        }