Beispiel #1
0
 public BiddingScreen(ProjectConfig conf, BidActionManager actionManager, Phase2ActManager phase2Manager,
                      SubmitStrategyManager strategyManager, PriceActionService priceActionService)
 {
     this.conf               = conf;
     this.actionManager      = actionManager;
     this.phase2Manager      = phase2Manager;
     this.strategyManager    = strategyManager;
     this.priceActionService = priceActionService;
 }
Beispiel #2
0
 public Phase2ActManager(ProjectConfig conf, BidActionManager actionManager)
 {
     this.conf          = conf;
     this.actionManager = actionManager;
 }