Example #1
0
 // Directed implementation outwards.
 private Ingredient GetIngredient(IngredientTypes ingredient, Places place)
 {
     return(dispenser.GetIngredient(ingredient, place));
 }