Пример #1
0
        public async Task GamePress(int pokemonId)
        {
            var pokemon = _repo.GetByID(pokemonId);

            await SendPokemonMessage(pokemon);
        }