Exemplo n.º 1
0
 public IActionResult Question()
 {
     return(Json(quizRepository.GetRandomQuestion()));
 }