예제 #1
0
 private Phrase GetPhraseById(int phraseId, PhraseType phraseType)
 {
     return(_repository.GetPhraseById(phraseId, phraseType));
 }