Beispiel #1
0
 public void DeleteFoodItem(int id)
 {
     _foodItemRepository.DeleteFoodItem(id);
 }