public bool SelectAll() { GoodsInterface gf = dg.CreateGoods(); gf.Select(); return(dg.SaveChange()); }
public List <Goods> select() { GoodsInterface ti = dg.CreateGoods(); return(ti.Select()); }