示例#1
0
 public IList <Comment> GetBookmarkComments(Bookmark b)
 {
     return(dao.GetBookmarkComments(b));
 }