@model ThAmCo.Events.Data.Food @{ ViewData["Title"] = "Delete"; }

Delete

Are you sure you want to delete this?

Food


@Html.DisplayNameFor(model => model.Id)
@Html.DisplayFor(model => model.Id)
@Html.DisplayNameFor(model => model.Items)
@Html.DisplayFor(model => model.Items)
@Html.DisplayNameFor(model => model.Price)
@Html.DisplayFor(model => model.Price)
| Back to List