@using CD67.FicheCollege.MVC.Models @model RestaurationTypeViewModel @{ ViewBag.Title = "Modification"; Layout = "~/Views/Shared/_AdminLayout.cshtml"; RestaurationType type = Model.Obj; }