Beispiel #1
0
 public InstructorRepository(MyDbContext myDbContext)
 {
     _myDbContext = myDbContext;
 }