Example #1
0
 public GenericRepository()
 {
     db         = new CrudDbContext();
     this.dbSet = db.Set <T>();
 }