Beispiel #1
0
 public KeywordDto Get(int id)
 {
     return(keywordRepository.GetById(id).ToViewModel <KeywordDto>());
 }