Example #1
0
        public async Task <GetRoundGameView> GetRound(int gameId)
        {
            GetRoundGameView getRoundGameView = await _gameLogicService.GetRound(gameId);

            return(getRoundGameView);
        }