@model VirtualTask.Models.Tecnici @{ ViewData["Title"] = "Nuovo"; Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml"; }
 
 
 
 
 
 
 
 
@*
 
*@
 
@Html.HiddenFor(x => x.tccodice) @Html.HiddenFor(x => x.tcdescri) @Html.HiddenFor(x => x.tctelef1) @Html.HiddenFor(x => x.tcuser) @Html.HiddenFor(x => x.tcpwd) @Html.HiddenFor(x => x.tccoor) @Html.HiddenFor(x => x.tccost) @Html.HiddenFor(x => x.tccofe)
Torna alla lista
@section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }
@*

Nuovo tecnico


*@ @*
*@ @* @Html.HiddenFor(x => x.tccodazi)
*@ @*
*@ @* @Html.HiddenFor(x => x.tccoor) *@ @*
*@ @* @Html.HiddenFor(x => x.tccono) *@ @*
*@ @* @Html.HiddenFor(x => x.tccost) *@ @*
*@ @* @Html.HiddenFor(x => x.tccofe)
Torna indietro
@section Scripts { @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} } *@