add new find rotating shifts
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user