Example #1
0
 public IEnumerable <Mention> GetBerichtMentions(string berichtID)
 {
     return(repo.ReadMentionsVanBericht(berichtID));
 }