Exemple #1
0
        public async Task <bool> SetInsure([FromBody] SetPlayerInsureGameView setPlayerInsureGameView)
        {
            bool response = await _gameLogicService.SetInsure(setPlayerInsureGameView);

            return(response);
        }