Merge branch 'Lab4' into Lab4_Hard
This commit is contained in:
commit
a29e2fc52a
@ -36,7 +36,7 @@ model)
|
||||
(!model.DateTo.HasValue || x.DateCreate <= model.DateTo)
|
||||
)
|
||||
)
|
||||
.Select(x => x.GetViewModel)
|
||||
.Select(x => AccessIceCreamStorage(x.GetViewModel))
|
||||
.ToList();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user