示例#1
0
 public async Task DeleteItem(FoodPerDay foodPerDay)
 {
     await FoodRepository.DeleteFoodForDay(foodPerDay);
 }