@using CD67.FicheCollege.MVC.Models @model RestaurationTypeViewModel @{ ViewBag.Title = "Création"; Layout = "~/Views/Shared/_AdminLayout.cshtml"; RestaurationType type = Model.Obj; } @using (Html.BeginForm()) { @Html.AntiForgeryToken()