예제 #1
0
 public QuestionDTO()
 {
     AnswerOptionsDTO = new List <AnswerOptionDTO>();
     TestDTO          = new TestDTO();
 }
예제 #2
0
 public QuestionDTO()
 {
     AnswerOptionsDTO = new HashSet <AnswerOptionDTO>();
     TestDTO          = new TestDTO();
 }