public GenericRepository(StudentInfoSysDbContext context) { this.context = context; }
public CourseRepository(StudentInfoSysDbContext context) : base(context) { }
public EnrollmentRepository(StudentInfoSysDbContext context) : base(context) { }