public PlaceOrder(VegetableTray vegetableTray, ConfigurationManager configurationManager) { this._configurationManager = configurationManager; _vegetableTracker = new VegetableTracker(vegetableTray, configurationManager); }
public VegetableTracker(VegetableTray vegetableTray, ConfigurationManager configurationManager) { this.configurationManager = configurationManager; this.vegetableTray = vegetableTray; }
public VegetableTracker(VegetableTray vegetableTray, ConfigurationManager configurationManager) { _vegetableTray = vegetableTray; _configurationManager = configurationManager; }