BusinessLogic.Events.HandlerFactory.BusinessLogicEventSender.BusinessLogicEventSender C# (CSharp) Метод

BusinessLogicEventSender() защищенный Метод

protected BusinessLogicEventSender ( IBusinessLogicEventBus eventBus ) : System.Collections.Generic
eventBus IBusinessLogicEventBus
Результат System.Collections.Generic
        protected BusinessLogicEventSender(IBusinessLogicEventBus eventBus)
        {
            _eventBus = eventBus;
        }