@model IEnumerable @{ ViewBag.Title = "etatannuelconsommation"; Layout = "~/Views/Shared/_Layout.cshtml"; }

Etat Mensuelle de la consommation

@foreach (var item in Model) { }
@Html.DisplayNameFor(model => model.ANNEE) @Html.DisplayNameFor(model => model.MOIS) MONTANT VALIDER MONTANT ORIGINE MONTANT LDF
@Html.DisplayFor(modelItem => item.ANNEE) @Html.DisplayFor(modelItem => item.LIBELLEMOIS) @Html.DisplayFor(modelItem => item.MONTANTVALIDER) @Html.DisplayFor(modelItem => item.MONTANTORIGINE) @Html.DisplayFor(modelItem => item.MONTANTLDF)