Esempio n. 1
0
 bool IsEditAnswers()
 {
     return(QuestionAnswers.Except(Question.Answers, new DBComparer()).Any());
 }