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")
}