diff --git a/GWMS.UI/Pages/WeekPlan.razor.cs b/GWMS.UI/Pages/WeekPlan.razor.cs index 0581b8e..4a5534d 100644 --- a/GWMS.UI/Pages/WeekPlan.razor.cs +++ b/GWMS.UI/Pages/WeekPlan.razor.cs @@ -268,7 +268,7 @@ namespace GWMS.UI.Pages protected List SlotList(DayOfWeek Giorno, int Ora) { - List result = new(); + List result = new List(); if (ListRecords != null && ListRecords.Count > 0) {