@model VirtualTask.Models.Anag @{ ViewData["Title"] = "Nuovo cliente"; Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml"; }
@Html.ValidationSummary(false, "", new { @class = "text-danger" }) @Html.HiddenFor(x => x.andtobso) @Html.HiddenFor(x => x.annumlis) @Html.HiddenFor(x => x.ancodice)
 
 
 
 
 
 
 
 
 
@* Torna alla lista *@
@section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }
@*

Crea nuova anagrafica


@Html.ValidationSummary(false, "", new { @class = "text-danger" }) @Html.HiddenFor(x => x.andtobso) @Html.HiddenFor(x => x.annumlis) @Html.HiddenFor(x => x.ancodice)
*@ @* *@ @*
*@ @* *@ @*
*@ @* *@ @*
*@ @* *@ @*
*@ @* *@ @*
*@ @* *@ @*
*@ @* *@ @*
*@ @* *@ @*
Torna indietro
@section Scripts { @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} } *@