예제 #1
0
 public override void TakeOrder()
 {
     Console.WriteLine("Approaching the customers and take order");
     ingredientFactory.createMainCourse();
     ingredientFactory.createDrink();
     ingredientFactory.createDessert();
 }