@model VirtualTask.Models.Articoli @{ ViewData["Title"] = "Elimina"; Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml"; }
Sei sicuro di voler eliminare questo articolo?
Questa operazione non può essere annullata.
| @Html.DisplayNameFor(model => model.SlCodice) | @Html.DisplayFor(model => model.SlCodice) |
| @Html.DisplayNameFor(model => model.ArDesArt) | @Html.DisplayFor(model => model.ArDesArt) |
| @Html.DisplayNameFor(model => model.SlCodMag) | @Html.DisplayFor(model => model.SlCodMag) |
| @Html.DisplayNameFor(model => model.LiPrezzo) | @Html.DisplayFor(model => model.LiPrezzo) |