public QuestionDto() { join_field = "question"; Audit = new Audit(); ExpandProperty = new ExpandProperty(); }
public AnswerDto() { join_field = new JoinField(); Audit = new Audit(); ExpandProperty = new ExpandProperty(); }