Update errore weekplan

This commit is contained in:
Samuele Locatelli
2021-08-06 12:32:29 +02:00
parent 575af20c54
commit f221b3ea19
+1 -1
View File
@@ -268,7 +268,7 @@ namespace GWMS.UI.Pages
protected List<WeekPlanModel> SlotList(DayOfWeek Giorno, int Ora)
{
List<WeekPlanModel> result = new();
List<WeekPlanModel> result = new List<WeekPlanModel>();
if (ListRecords != null && ListRecords.Count > 0)
{