Beispiel #1
0
 public IFluentPizzaBuilder Begin()
 {
     Pizza = new Pizza();
     return(this);
 }