Пример #1
0
 public MarkRepository(StudentPerfomanceDbContext context) : base(context)
 {
 }
Пример #2
0
 public TeacherRepository(StudentPerfomanceDbContext context) : base(context)
 {
 }
Пример #3
0
 public SubjectRepository(StudentPerfomanceDbContext context) : base(context)
 {
 }
Пример #4
0
 protected AbstractRepository(StudentPerfomanceDbContext context)
 {
     dbContext = context;
 }
Пример #5
0
 public DetailRepository(StudentPerfomanceDbContext context) : base(context)
 {
 }