示例#1
0
 public TranslationText GetTranslationText(int languageId)
 {
     return(_translationRepository.GetTranslationsForLanguage(languageId));
 }