Beispiel #1
0
 public SpellingListViewComponent(SpellShareDbContext context)
 {
     _context = context;
 }
 public TeacherController(SpellShareDbContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public StudentController(SpellShareDbContext context)
 {
     _context = context;
 }