Beispiel #1
0
        public async void ExampleGetMethod()
        {
            var processor = _commandProcessorFactory.GetCommandProcessor();

            var exampleCommand = new ExampleCommand();

            await processor.Process(exampleCommand);
        }