CQRS.Talk.Sample4.Decorator.TryDebugging.StepThrough C# (CSharp) Method

StepThrough() private method

private StepThrough ( ) : void
return void
        public void StepThrough()
        {
            var consumer = ConsumerFactory.GetConsumerInstance();

            consumer.SomeAction();
        }
    }
TryDebugging