コード例 #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();
 }