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