@model MALDFGASSURANCE.Models.SIMUPAYEMENT @{ ViewBag.Title = "Delete"; }

Delete

Are you sure you want to delete this?

SIMUPAYEMENT


@Html.DisplayNameFor(model => model.Reference)
@Html.DisplayFor(model => model.Reference)
@Html.DisplayNameFor(model => model.montant)
@Html.DisplayFor(model => model.montant)
@Html.DisplayNameFor(model => model.periodedebut)
@Html.DisplayFor(model => model.periodedebut)
@Html.DisplayNameFor(model => model.periodefin)
@Html.DisplayFor(model => model.periodefin)
@Html.DisplayNameFor(model => model.datepayement)
@Html.DisplayFor(model => model.datepayement)
@Html.DisplayNameFor(model => model.status)
@Html.DisplayFor(model => model.status)
@Html.DisplayNameFor(model => model.resultat)
@Html.DisplayFor(model => model.resultat)
@Html.DisplayNameFor(model => model.commentaire)
@Html.DisplayFor(model => model.commentaire)
@using (Html.BeginForm()) { @Html.AntiForgeryToken()
| @Html.ActionLink("Back to List", "Index")
}