Beispiel #1
0
 public void UpdateFoodItem(int id, int quantity)
 {
     _foodItemRepository.UpdateFoodItem(id, quantity);
 }