@model MALDFGASSURANCE.Models.EXERCICECOMPTABLE @{ ViewBag.Title = "Details"; }

Details

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)

@Html.ActionLink("Edit", "Edit", new { id = Model.idExercice }) | @Html.ActionLink("Back to List", "Index")