コード例 #1
0
 private bool CommentDeleteCheck(int commentid)
 {
     return(_repository.CommentDeleteCheck(commentid));
 }