Phase 33: technician climate control and locker assignment.

This commit is contained in:
Leonid Pershin
2026-08-20 04:44:41 +03:00
parent ee23fb4994
commit ce772cd3c3
19 changed files with 436 additions and 24 deletions
+5
View File
@@ -367,6 +367,11 @@ public sealed class School : IDisposable
foreach (var date in YearlyIntake.DatesBetween(before, after))
{
Roster = YearlyIntake.Apply(Catalog, Roster, PeopleSeed, CountryId, date, NativeLanguage);
if (Map is not null)
{
Roster = LockerAssigner.Apply(Catalog, Map, Roster);
}
changed = true;
}