public GenericRepository(StudentInformationSystemEntities context) { this.context = context; this.dbSet = context.Set <TEntity>(); }
//Public constructor of the Repository public CollegeRepository(StudentInformationSystemEntities context) { this._context = context; }
public DropdownRepository(StudentInformationSystemEntities context) { this._context = context; }