Exemplo n.º 1
0
 public QuestionVM(Question question)
 {
     _question = question;
 }
Exemplo n.º 2
0
 public QuestionVM()
 {
     _question = new Question();
 }