Ejemplo n.º 1
0
 private void Construct(BubbleConfig config, IScoreCalculator scoreCalculations, IDataManager dataManager)
 {
     this.config            = config;
     this.scoreCalculations = scoreCalculations;
     this.dataManager       = dataManager;
 }
Ejemplo n.º 2
0
 private void Construct(BubbleConfig config)
 {
     this.config = config; //get config from global context!
 }