Пример #1
0
 public int Get(int languageID)
 {
     return(wordTranslationService.GetAmountOfWordTranslationsByLanguage(languageID));
 }