CQRS.Talk.Sample4.Decorator.Consumer.Consumer C# (CSharp) Method

Consumer() public method

public Consumer ( IMagicService magicService )
magicService IMagicService
        public Consumer(IMagicService magicService)
        {
            this.magicService = magicService;
        }