diff --git a/Views/Articoli/Create.cshtml b/Views/Articoli/Create.cshtml index 77b2a87..e6cee9a 100644 --- a/Views/Articoli/Create.cshtml +++ b/Views/Articoli/Create.cshtml @@ -5,6 +5,91 @@ Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml"; } +
+ Sei sicuro di voler eliminare questo tecnico?
+ 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) | +