@model MALDFGASSURANCE.Models.ROLEPOSTE @{ ViewBag.Title = "Delete"; }

Delete

Are you sure you want to delete this?

ROLEPOSTE


@Html.DisplayNameFor(model => model.libelleRole)
@Html.DisplayFor(model => model.libelleRole)
@Html.DisplayNameFor(model => model.etat)
@Html.DisplayFor(model => model.etat)
@using (Html.BeginForm()) { @Html.AntiForgeryToken()
| @Html.ActionLink("Back to List", "Index")
}