@page @using ProjecThing.Models @model ProjecThing.Pages.Notes.CreateModel @section Styles { }

Zaposleni / Nov   Prekliči

@foreach (var tempEnum in Enum.GetValues(typeof(GeneralNoteStatus))) { }
Back to List
@section Scripts { @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} }