Ejemplo n.º 1
0
 public QuizController(IQuizServices quizServices)
 {
     _quizService = quizServices;
 }