PIbd-23. Kislitsa E.D. Lab work 04 base #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Lab4"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Проверено
@ -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)
Нужно было дополнить условие, а не заменять его
Pull request closed