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; }
public Phase2ActManager(ProjectConfig conf, BidActionManager actionManager) { this.conf = conf; this.actionManager = actionManager; }