@model VirtualTask.Models.Chiusure @{ ViewData["Title"] = "Nuova chiusura"; Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml"; }
 
 
 
@Html.HiddenFor(x => x.cccodazi) @Html.HiddenFor(x => x.ccflfatt) @Html.HiddenFor(x => x.ccflrep) @Html.HiddenFor(x => x.cctipcod) @Html.HiddenFor(x => x.ccgruppo) @Html.HiddenFor(x => x.ccimpint) @Html.HiddenFor(x => x.ccimpman) @Html.HiddenFor(x => x.ccserint) @Html.HiddenFor(x => x.ccserman) @Html.HiddenFor(x => x.ccnumore) @Html.HiddenFor(x => x.ccperman) @Html.HiddenFor(x => x.corecom) @Html.HiddenFor(x => x.codtobso) @Html.HiddenFor(x => x.ccriapre) @Html.HiddenFor(x => x.ccchiint) @Html.HiddenFor(x => x.ccrapabi) @Html.HiddenFor(x => x.ccrapobb)
@* Torna alla lista *@
@section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }