Exemple #1
0
 public Store(Manufacturer manufacturer)
 {
     this.PersonalComputer = manufacturer.CreatePersonalComputer();
     this.Server = manufacturer.CreateServer();
     this.Laptop = manufacturer.CreateLaptop();
 }