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