@model MALDFGASSURANCE.Models.PERIODE
@{
ViewBag.Title = "Details";
}
Details
PERIODE
-
@Html.DisplayNameFor(model => model.LibellePeriode)
-
@Html.DisplayFor(model => model.LibellePeriode)
-
@Html.DisplayNameFor(model => model.DateDebut)
-
@Html.DisplayFor(model => model.DateDebut)
-
@Html.DisplayNameFor(model => model.DateFin)
-
@Html.DisplayFor(model => model.DateFin)
-
@Html.DisplayNameFor(model => model.etat)
-
@Html.DisplayFor(model => model.etat)
-
@Html.DisplayNameFor(model => model.EXERCICECOMPTABLE.libelleExercice)
-
@Html.DisplayFor(model => model.EXERCICECOMPTABLE.libelleExercice)
@Html.ActionLink("Edit", "Edit", new { id = Model.IdPeriode }) |
@Html.ActionLink("Back to List", "Index")