예제 #1
0
 public void AddIngredientToDrink(int ingredientID, Drink drink)
 {
     DrinkCtr.AddIngredientToDrink(ingredientID, drink);
 }