Example #1
0
 public IEnumerable <Hashtag> GetBerichtHashtags(string berichtID)
 {
     return(repo.ReadHashtagsVanBericht(berichtID));
 }