Exemplo n.º 1
0
 public QuestionDTO()
 {
     AnswerOptionsDTO = new List <AnswerOptionDTO>();
     TestDTO          = new TestDTO();
 }
Exemplo n.º 2
0
 public QuestionDTO()
 {
     AnswerOptionsDTO = new HashSet <AnswerOptionDTO>();
     TestDTO          = new TestDTO();
 }