public UserController(NeuPlazaDbContext context)
 {
     _context = context;
 }
Exemple #2
0
 public QuestionController(NeuPlazaDbContext context)
 {
     _context = context;
 }