示例#1
0
 public QuizController(IQuizServices quizServices)
 {
     _quizService = quizServices;
 }