Мегаправки
This commit is contained in:
parent
32901b70d5
commit
30c7a00d37
@ -29,7 +29,8 @@ namespace ComputersShopDatabaseImplement.Implements
|
||||
(!model.Id.HasValue || x.Id == model.Id) &&
|
||||
(!model.DateFrom.HasValue || x.DateCreate >= model.DateFrom) &&
|
||||
(!model.DateTo.HasValue || x.DateCreate <= model.DateTo) &&
|
||||
(!model.ClientId.HasValue || x.ClientId == model.ClientId)
|
||||
(!model.ClientId.HasValue || x.ClientId == model.ClientId) &&
|
||||
(!model.Status.HasValue || x.Status == model.Status)
|
||||
)
|
||||
)
|
||||
.Select(x => x.GetViewModel)
|
||||
|
Loading…
Reference in New Issue
Block a user