예제 #1
0
 public QuestionVM(Question question)
 {
     _question = question;
 }
예제 #2
0
 public QuestionVM()
 {
     _question = new Question();
 }