Example #1
0
 public Repo(CalendarContext db)
 {
     this.db    = db;
     this.dbSet = db.Set <T>();
 }