@using CD67.FicheCollege.MVC.Models @model ActionEduCollegeViewModel @{ ViewBag.Title = "Création"; Layout = "~/Views/Shared/_Layout.cshtml"; ActionEduCollege actionEduCollege = Model.Obj; } @using (Html.BeginForm()) { @Html.AntiForgeryToken()