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

Delete

Are you sure you want to delete this?

Customer


@Html.DisplayNameFor(model => model.Surname)
@Html.DisplayFor(model => model.Surname)
@Html.DisplayNameFor(model => model.FirstName)
@Html.DisplayFor(model => model.FirstName)
@Html.DisplayNameFor(model => model.Email)
@Html.DisplayFor(model => model.Email)
| Back to List