Exemple #1
0
        public async Task <GetWinnersGameView> GetWinners(int roundId)
        {
            GetWinnersGameView getWinnersGameView = await _gameLogicService.GetWinners(roundId);

            return(getWinnersGameView);
        }