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