public StudentsRepository(IJudoDBContext _context) { context = _context; }
public PeopleRepository(IJudoDBContext _context) { context = _context; }
public СurriculumRepository(IJudoDBContext _context) { context = _context; }