C# Class BusinessLogic.Tests.Fakes.FakeEventBus

Inheritance: IBusinessLogicEventBus
ファイルを表示 Open project: NemeStats/NemeStats

Public Properties

Property Type Description
EventsSended IList

Public Methods

Method Description
SendEvent ( IBusinessLogicEvent @event ) : void

Method Details

SendEvent() public method

public SendEvent ( IBusinessLogicEvent @event ) : void
@event IBusinessLogicEvent
return void

Property Details

EventsSended public_oe property

public IList EventsSended
return IList