Exemple #1
0
 public IEnumerable <SummaryText> GetBookmarks(int userId)
 {
     return(_textRepository.GetBookmarks(userId));
 }