public QuizListVM() { this._quizList = new Domain.QuizList(); }
public QuizListVM(Domain.QuizList quizList) { this._quizList = quizList; }