public LessonsController(SundayTimeTableContext context) { _context = context; }
public SgroupsController(SundayTimeTableContext context) { _context = context; }
public StudentsController(SundayTimeTableContext context) { _context = context; }
public TeachersController(SundayTimeTableContext context) { _context = context; }