public LessonRepository(ScheduleSystemContext context) : base(context) { }
public UnitOfWork(ScheduleSystemContext context) { _context = context; }
public TeacherRepository(ScheduleSystemContext context) : base(context) { }