Beispiel #1
0
 public PlaceOrder(VegetableTray vegetableTray, ConfigurationManager configurationManager)
 {
     this._configurationManager = configurationManager;
     _vegetableTracker          = new VegetableTracker(vegetableTray, configurationManager);
 }
Beispiel #2
0
 public VegetableTracker(VegetableTray vegetableTray, ConfigurationManager configurationManager)
 {
     this.configurationManager = configurationManager;
     this.vegetableTray        = vegetableTray;
 }
Beispiel #3
0
 public VegetableTracker(VegetableTray vegetableTray, ConfigurationManager configurationManager)
 {
     _vegetableTray        = vegetableTray;
     _configurationManager = configurationManager;
 }