@using CD67.FicheCollege.MVC.Models @model CollegeViewModel @{ ViewBag.Title = "Restauration " + Model.Annee_Lib; Layout = "~/Views/Shared/_Layout.cshtml"; College college = Model.Obj; } Type de restauration pour un collège Retour à l'index @using (Html.BeginForm()) { @Html.AntiForgeryToken()