@model ThAmCo.Events.Data.GuestBooking
@{
ViewData["Title"] = "Delete";
}
Delete
Are you sure you want to delete this?
GuestBooking
-
@Html.DisplayNameFor(model => model.Customer)
-
@Html.DisplayFor(model => model.Customer.Email)
-
@Html.DisplayNameFor(model => model.Event)
-
@Html.DisplayFor(model => model.Event.Title)
-
@Html.DisplayNameFor(model => model.Attended)
-
@Html.DisplayFor(model => model.Attended)