//constructor public Firm(string name) { this.Name = name; this.yards = new List <TimberYard>(); this.journal = AvailabilityChangeJournal.Journal; this.order = new Order(); }
//constructor public Firm(string name) { this.Name = name; this.yards = new List<TimberYard>(); this.journal = AvailabilityChangeJournal.Journal; this.order = new Order(); }