@model MALDFGASSURANCE.Models.PERIODE @{ ViewBag.Title = "Delete"; }

Delete

Are you sure you want to delete this?

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)
@using (Html.BeginForm()) { @Html.AntiForgeryToken()
| @Html.ActionLink("Back to List", "Index")
}