Esempio n. 1
0
        public bool SelectAll()
        {
            GoodsInterface gf = dg.CreateGoods();

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

            return(ti.Select());
        }