Exemple #1
0
 public async Task SetDealBotAndDealler([FromBody] SetDealBotAndDeallerGameView setDealBotAndDeallerGameView)
 {
     await _gameLogicService.SetDealBotAndDealler(setDealBotAndDeallerGameView);
 }