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)
 {
 }