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

LISTE DES ETABLISSEMENTS

@foreach (var item in Model) { }
RAISON SOCIALE @Html.DisplayNameFor(model => model.ADRESSE) @Html.DisplayNameFor(model => model.CONTACT) ACTION
@Html.DisplayFor(modelItem => item.NOM_ETABLISSEMENT) @Html.DisplayFor(modelItem => item.ADRESSE) @Html.DisplayFor(modelItem => item.CONTACT)