コード例 #1
0
 public Comment DeleteComment(int id)
 {
     return(_commentManager.DeleteComment(id));
 }
コード例 #2
0
ファイル: CommentApplication.cs プロジェクト: JTY520/for-home
 public bool DeleteComment(int commentId)
 {
     return(_commentManage.DeleteComment(commentId));
 }