Beispiel #1
0
 public static void PrintRecipe(Recipe recipe)
 {
     Console.WriteLine(recipe.StringToPrint());
 }