Exemplo n.º 1
0
        public async Task ExecuteRoleAction(Game game, string userId, IAction action)
        {
            await _gameService.ExecuteRoleAction(game, userId, action);

            await _repository.AddAction(game.Id, userId, action);
        }