Sicuro di voler eliminare questo record?
-
@Html.DisplayNameFor(model => model.CodExt)
-
@Html.DisplayFor(model => model.CodExt)
-
@Html.DisplayNameFor(model => model.LastName)
-
@Html.DisplayFor(model => model.LastName)
-
@Html.DisplayNameFor(model => model.FirstName)
-
@Html.DisplayFor(model => model.FirstName)
@using (Html.BeginForm())
{
@Html.AntiForgeryToken()
}