bug fixed : workshopTime setting save on client

This commit is contained in:
SamSys
2025-08-25 18:56:35 +03:30
parent a7b7bfc745
commit f7166ca17f

View File

@@ -119,7 +119,7 @@ public class BaseCustomizeEntity : EntityBase
public BreakTime BreakTime { get; protected set; }
public List<WeeklyOffDay> WeeklyOffDays { get; set; }
public List<WeeklyOffDay> WeeklyOffDays { get; set; } = [];
public void FridayWorkToWeeklyDayOfWeek()
{