Beispiel #1
0
 public QuestionDto()
 {
     join_field     = "question";
     Audit          = new Audit();
     ExpandProperty = new ExpandProperty();
 }
Beispiel #2
0
 public AnswerDto()
 {
     join_field     = new JoinField();
     Audit          = new Audit();
     ExpandProperty = new ExpandProperty();
 }