예제 #1
0
 public bool IsAnswerCorrect(int cardId, string answerText)
 {
     return(quiz.IsAnswerCorrect(cardId, answerText));
 }