Пример #1
0
 public Drink(DrinkFactory factory)
 {
     bottle = factory.CreateBottle();
     liquid = factory.CreateLiquid();
 }