Exemple #1
0
 public StrawberryDonutRecipe()
 {
     Donut = new BakeryProduct();
 }
Exemple #2
0
 public CherryPieRecipe()
 {
     Pie = new BakeryProduct();
 }