Example #1
0
 public Repository(DALContext db)
 {
     this.db = db;
     _dbSet  = db.Set <T>();
 }