예제 #1
0
        public void Execute(string input)
        {
            var commandList = commandMapper.Map(input);

            commandInvoker.SetCommands(commandList);
            commandInvoker.InvokeCommands();
        }