PIbd-23. Kislitsa E.D. Lab work 04 base #4

Closed
Egor wants to merge 2 commits from Lab4 into Lab3
Owner
No description provided.
Egor added 1 commit 2024-03-20 20:45:14 +04:00
Egor added 1 commit 2024-03-22 15:44:38 +04:00
eegov approved these changes 2024-03-31 19:48:21 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -34,2 +35,3 @@
return context.Orders
.Include(x => x.Snack)
.Where(x => x.Id == model.Id)
.Where(x => x.DateCreate >= model.DateFrom && x.DateCreate <= model.DateTo)
Collaborator

Нужно было дополнить условие, а не заменять его

Нужно было дополнить условие, а не заменять его
eegov closed this pull request 2024-03-31 19:48:29 +04:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Egor/PIbd_23_Kislitsa_E.D_Diner#4
No description provided.