Exemplo n.º 1
0
 public IList <Bookmark> GetBookmarks(DateTime from, DateTime to)
 {
     return(dao.GetBookmarksUpdates(from, to));
 }