Exemplo n.º 1
0
 public Question(TemplateQuestion templateQuestion)
 {
     TemplateQuestion = templateQuestion;
 }
Exemplo n.º 2
0
 public string GetAnswerDescription(Answer answer)
 {
     return(TemplateQuestion.GetAnswerDescription(answer));
 }