public CoursesRepository(CycodeContext cycodeContext) { _cycodeContext = cycodeContext; }
public GradesRepository(CycodeContext _cycodeContext) { this._cycodeContext = _cycodeContext; }
public StudentsRepository(CycodeContext cycodeContext) { _cycodeContext = cycodeContext; }
public StudentInCourseRepository(CycodeContext cycodeContext) { _cycodeContext = cycodeContext; }