示例#1
0
 public BaseRepository(PetshopContext db)
 {
     Db    = db;
     DbSet = Db.Set <TEntity>();
 }