@page @model ProjecThing.Pages.CodeTableJobs.CreateModel @{ ViewData["Title"] = "Create"; Layout = "~/Pages/Layouts/_Layout.cshtml"; }

Create

Job


Back to List
@section Scripts { @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} }