@page @using EveryThing.Models @model EveryThing.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");} }