예제 #1
0
 public Client(BaseFactory factory)
 {
     Bottle = factory.CreateBottle();
     Water  = factory.CreateWater();
 }