Beispiel #1
0
 public GenericRepository(StudentInfoSysDbContext context)
 {
     this.context = context;
 }
 public CourseRepository(StudentInfoSysDbContext context) : base(context)
 {
 }
 public EnrollmentRepository(StudentInfoSysDbContext context) : base(context)
 {
 }