Exemplo n.º 1
0
 private PhraseType GetPhraseTypeByName(string phraseType)
 {
     return(_repository.GetPhraseTypeByName(phraseType));
 }