public TeachersController(TestVerktygAPIContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public LoginModelsController(TestVerktygAPIContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public QuestionsController(TestVerktygAPIContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public StudentExamsController(TestVerktygAPIContext context)
 {
     _context = context;
 }