示例#1
0
 public GenericRepository(ShopSiteDB db)
 {
     _context = db;
     _table   = db.Set <T>();
 }