Example #1
0
 public bool ExistsComment(long commentId)
 {
     return(CommentDao.Exists(commentId));
 }