Update errore weekplan
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user