Exemplo n.º 1
0
        public void AddItemBuggyProcess(string name)
        {
            var command = new AddItem(SequentialGuid.GenerateNewGuid());

            this.buggyApp.Send(command);
        }
Exemplo n.º 2
0
        public void AddItem(string name)
        {
            var command = new AddItem(SequentialGuid.GenerateNewGuid());

            this.app.Send(command);
        }