@model MALDFGASSURANCE.Models.EXERCICECOMPTABLE
@{
ViewBag.Title = "Delete";
}
EXERCICECOMPTABLE
-
@Html.DisplayNameFor(model => model.libelleExercice)
-
@Html.DisplayFor(model => model.libelleExercice)
-
@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)
@using (Html.BeginForm()) {
@Html.AntiForgeryToken()
|
@Html.ActionLink("Back to List", "Index")
}