Пример #1
0
 public GenericRepository(StudentInformationSystemEntities context)
 {
     this.context = context;
     this.dbSet   = context.Set <TEntity>();
 }
Пример #2
0
 //Public constructor of the Repository
 public CollegeRepository(StudentInformationSystemEntities context)
 {
     this._context = context;
 }
Пример #3
0
 public DropdownRepository(StudentInformationSystemEntities context)
 {
     this._context = context;
 }