Example #1
0
        public ApiChampions getChampion(int champId)
        {
            Champions champion = _championsRepository.getChampion(champId);

            return(ChampionsMapper.convertToApiModel(champion));
        }