Exemplo n.º 1
0
        public void Start()
        {
            var commands      = commandParser.ReadCommands();
            var commandResult = this.ProcessCommands(commands);

            this.PrintReports(commandResult);
        }