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