feat(api,dal): в настройки добавлено поле ScheduleExcludeCalendar. Обновлен response для robot task

This commit is contained in:
Mikhail Trubnikov
2025-12-04 12:10:10 +10:00
parent 78f2ad37be
commit 0de2c4762e
12 changed files with 4147 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ namespace PARR.API.MappingProfiles.Resolvers
public string Resolve(RobotConfiguration source, RobotTaskScheduleResponse destination, string destMember, ResolutionContext context)
{
return settingsFromDb.ScheduleExclude;
return settingsFromDb.ScheduleExcludeType;
}
}
}