add new find rotating shifts

This commit is contained in:
MahanCh
2025-05-11 17:02:48 +03:30
parent 51291d6de7
commit c168843afc
4 changed files with 84 additions and 22 deletions

View File

@@ -756,7 +756,8 @@ public class RollCallRepository : RepositoryBase<long, RollCall>, IRollCallRepos
WorkshopId = workshopId,
StartDate = x.StartDate,
EndDate = x.EndDate,
DateGr = x.ShiftDate
DateGr = x.ShiftDate,
ShiftDate = x.ShiftDate
}).ToList();
}