@using CD67.FicheCollege.MVC.Models
@model ActionEduCollegeViewModel
@{
ViewBag.Title = "Details";
Layout = "~/Views/Shared/_Layout.cshtml";
ActionEduCollege actionEduCollege = Model.Obj;
}
Les Actions
@Html.ActionLink("Retour", "Details", "ActionsEdu", new { id = actionEduCollege.ActionEdu.Id }, new { @class = "btn btn-default" })
@actionEduCollege.ActionEdu.Nom, collège @actionEduCollege.College.Libelle