@model EnVisage.Models.CreditDepartmentModel @{ ViewBag.Title = "Delete " + Model.Name; } @section Scripts { }
Warning

You are about to delete the @Model.Name. Are you sure you want to delete it?

@using (Html.BeginForm()) { @Html.HiddenFor(t=>t.Id) @Html.AntiForgeryToken() Back to list }