Exemple #1
0
 public Admin_Index(int Gid)
 {
     g = gm.GetAllGood().OrderByDescending(o => o.Goods_id).ToPagedList(Gid, 10);
 }