コード例 #1
0
ファイル: CommentBE.cs プロジェクト: Blitzman/ProjectShode
 public void create()
 {
     CommentDAC commentDAC = new CommentDAC();
     commentDAC.createComment(this);
 }