コード例 #1
0
ファイル: CommentService.cs プロジェクト: Rista5/Newsman
 public bool DeleteComment(int id)
 {
     return(commentDataAccess.DeleteComment(id));
 }