Exemplo n.º 1
0
 public async Task AddPlayer(RoundChangePlayerModel model)
 {
     await _gameRoundService.AddPlayer(model.Id, model.Player);
 }