public _AlterPickup( Location.Factory locationFactory, IInterAggregateEventBus interAggregateEventBus) { _locationFactory = locationFactory; _interAggregateEventBus = interAggregateEventBus; }
public Factory( Location.Factory locationFactory, ReverseAuction.Factory reverseAuctionFactory, Terms.Factory termsFactory, IInterAggregateEventBus interAggregateEventBus) { _locationFactory = locationFactory; _reverseAuctionFactory = reverseAuctionFactory; _termsFactory = termsFactory; _interAggregateEventBus = interAggregateEventBus; }