@model MALDFGASSURANCE.Models.ROLEPOSTE
@{
ViewBag.Title = "Details";
}
Details
ROLEPOSTE
-
@Html.DisplayNameFor(model => model.libelleRole)
-
@Html.DisplayFor(model => model.libelleRole)
-
@Html.DisplayNameFor(model => model.etat)
-
@Html.DisplayFor(model => model.etat)
@Html.ActionLink("Edit", "Edit", new { id = Model.idRole }) |
@Html.ActionLink("Back to List", "Index")