Exemplo n.º 1
0
        public async Task <Player> GetPlayer(string userId)
        {
            Player player = await _usersClient.GetPlayerById(userId);

            return(player);
        }