Esempio n. 1
0
        public async Task <bool> CheckDealPlayer([FromBody] CheckDealPlayerGameView checkDealPlayerGameView)
        {
            bool response = await _gameLogicService.CheckDealPlayer(checkDealPlayerGameView);

            return(response);
        }