Exemple #1
0
        public void StartGame()
        {
            Game game = _pokerService.GetCurrentGame(Context.ConnectionId);

            new Task(() => { PlayGame(game); }).Start();
        }