Exemplo n.º 1
0
 public void SetRecipe(int lemons, int sugar, int ice, int price)
 {
     recipe.SetIngredients(lemons, sugar, ice, price);
 }