| 123456789101112 |
-
- @{
- ViewBag.Title = "Administration";
- Layout = "~/Views/Shared/_Layout.cshtml";
- }
- <h2>Listes de choix</h2>
- <h4>Chapitre 1</h4>
- <hr />
- @Html.ActionLink("Administration des types de collège", "Index", "TypeCollege")<br />
- @Html.ActionLink("Administration des territoires", "Index", "Territoire")<br />
|