@model CD67.ModeleMVC.Entity.TypeViking @{ ViewBag.Title = "Delete"; Layout = "~/Views/Shared/_Layout.cshtml"; } Type de Vikings

Suppression

Voulez-vous vraiment supprimer cet enregistrement?

Type de Viking


@Html.DisplayNameFor(model => model.Libelle)
@Html.DisplayFor(model => model.Libelle)
@using (Html.BeginForm()) { @Html.AntiForgeryToken()
}