Example #1
0
 public AssignmentRepository(SchoolDbContext schoolDbContext)
 {
     _schoolDbContext = schoolDbContext;
 }
 public CourseRepository(SchoolDbContext schoolDbContext)
 {
     _schoolDbContext = schoolDbContext;
 }
Example #3
0
 public StudentRepository(SchoolDbContext schoolDbContext)
 {
     _schoolDbContext = schoolDbContext;
 }