public StudentRepository(GammaContext context) : base(context) { }
public SchoolRepository(GammaContext context) : base(context) { }
public TeacherRepository(GammaContext context) : base(context) { }
public RepositoryWrapper(GammaContext context) { _context = context; }
public BaseRepository(GammaContext context) { _context = context; }
public MarkRepository(GammaContext context) : base(context) { }
public CourseRepository(GammaContext context) : base(context) { }