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

Delete

Are you sure you want to delete this?

Staff


@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)
@Html.DisplayNameFor(model => model.FirstAid)
@Html.DisplayFor(model => model.FirstAid)
| Back to List