Пример #1
0
 public QuestionViewModel(QuestionViewModel s)
 {
     this.Id            = s.Id;
     this.StudentAnswer = s.StudentAnswer;
     this.Text          = HttpUtility.HtmlDecode(QuestionsService.GetTextForQuestion(s.Id));
 }