Beispiel #1
0
        public async Task <ResponseGetDeallerCardGameView> GetDeallerCard([FromBody] RequestGetDeallerCardGameView requestGetDeallerCardGameView)
        {
            ResponseGetDeallerCardGameView responseGetDeallerCardGameView = await _gameLogicService.GetDeallerCard(requestGetDeallerCardGameView);

            return(responseGetDeallerCardGameView);
        }