Esempio n. 1
0
 public long GetCommentsCount(long bookmarkID)
 {
     return(dao.GetCommentsCount(bookmarkID));
 }