Exemple #1
0
        public ActionResult CreateGame()
        {
            string newGameCode = _pokerService.CreateNewGame();

            return(Ok(newGameCode));
        }