C# Class CQRS.Talk.Sample4.Decorator.Consumer

Show file Open project: trailmax/CQRS.Talk Class Usage Examples

Public Methods

Method Description
Consumer ( IMagicService magicService )
SomeAction ( ) : void

Method Details

Consumer() public method

public Consumer ( IMagicService magicService )
magicService IMagicService

SomeAction() public method

public SomeAction ( ) : void
return void