ПИбд-21 Жирнова А.Е. Базовая лабораторная №4 #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork04"
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?
Проверено
@ -18,3 +18,3 @@
public List<OrderViewModel> GetFilteredList(OrderSearchModel model)
{
if (!model.Id.HasValue)
if (!model.DateFrom.HasValue || !model.DateTo.HasValue)
Нужно было дополнить условие, а не заменять его
Pull request closed