@model MALDFGASSURANCE.Models.MONT_FACT_CLI
@{
ViewBag.Title = "Delete";
Layout = "~/Views/Shared/_Layout.cshtml";
}
Delete
Are you sure you want to delete this?
MONT_FACT_CLI
-
@Html.DisplayNameFor(model => model.PERIODE)
-
@Html.DisplayFor(model => model.PERIODE)
-
@Html.DisplayNameFor(model => model.Montant)
-
@Html.DisplayFor(model => model.Montant)
@using (Html.BeginForm()) {
@Html.AntiForgeryToken()
|
@Html.ActionLink("Back to List", "Index")
}