C# Class BusinessLogic.Events.HandlerFactory.BusinessLogicEventSender

Inheritance: IBusinessLogicEventSender
Show file Open project: NemeStats/NemeStats

Public Methods

Method Description
SendEvents ( IList events ) : void

Protected Methods

Method Description
BusinessLogicEventSender ( IBusinessLogicEventBus eventBus ) : System.Collections.Generic

Method Details

BusinessLogicEventSender() protected method

protected BusinessLogicEventSender ( IBusinessLogicEventBus eventBus ) : System.Collections.Generic
eventBus IBusinessLogicEventBus
return System.Collections.Generic

SendEvents() public method

public SendEvents ( IList events ) : void
events IList
return void