@model TestPushApp.Models.Company @{ ViewData["Title"] = "Delete"; }

Delete

Are you sure you want to delete this?

Company


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