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