public UserController(NeuPlazaDbContext context) { _context = context; }
public QuestionController(NeuPlazaDbContext context) { _context = context; }