コード例 #1
0
 public void Delete(Ingredient ingredient)
 {
     _inventoryRepository.DeleteIngredient(ingredient);
 }