Example #1
0
        private PhraseType GetPhraseTypeById(int phraseTypeId)
        {
            PhraseType phraseType = _repository.GetPhraseTypeById(phraseTypeId);

            return(phraseType);
        }