Exemplo n.º 1
0
 public _AlterPickup(
     Location.Factory locationFactory,
     IInterAggregateEventBus interAggregateEventBus)
 {
     _locationFactory        = locationFactory;
     _interAggregateEventBus = interAggregateEventBus;
 }
Exemplo n.º 2
0
 public Factory(
     Location.Factory locationFactory,
     ReverseAuction.Factory reverseAuctionFactory,
     Terms.Factory termsFactory,
     IInterAggregateEventBus interAggregateEventBus)
 {
     _locationFactory        = locationFactory;
     _reverseAuctionFactory  = reverseAuctionFactory;
     _termsFactory           = termsFactory;
     _interAggregateEventBus = interAggregateEventBus;
 }