示例#1
0
 public int CountComments(Link link)
 {
     return(CommentDao.CountForLink(link.linkId));
 }