예제 #1
0
 public QuestionDto()
 {
     join_field     = "question";
     Audit          = new Audit();
     ExpandProperty = new ExpandProperty();
 }
예제 #2
0
파일: AnswerDto.cs 프로젝트: HP-dufeng/WIKI
 public AnswerDto()
 {
     join_field     = new JoinField();
     Audit          = new Audit();
     ExpandProperty = new ExpandProperty();
 }