Release v1.0.0 #16

Merged
Wesser merged 492 commits from release/v1.0.0 into master 2025-02-12 09:19:32 +03:00
251 changed files with 12667 additions and 98 deletions
Showing only changes of commit f203ee71f0 - Show all commits

View File

@ -155,7 +155,8 @@ internal partial class ScheduleSynchronizer(UberDbContext dbContext, IOptionsSna
l.IsEven == groupInfo.IsEven && l.IsEven == groupInfo.IsEven &&
l.DayOfWeek == groupInfo.Day && l.DayOfWeek == groupInfo.Day &&
l.PairNumber == groupInfo.Pair && l.PairNumber == groupInfo.Pair &&
l.Discipline?.Name == discipline.Name, l.Discipline?.Name == discipline.Name &&
l.Group?.Name == group.Name,
() => () =>
{ {
var lesson = new Lesson var lesson = new Lesson