コード例 #1
0
ファイル: JavaDLL.cs プロジェクト: vbea/Java21.NET
 public bool addArticleComment(int id)
 {
     return(dal.addArticleComment(id) > 0);
 }