Финал
This commit is contained in:
parent
57852c7011
commit
a956ac08f5
@ -94,12 +94,9 @@ namespace AbstractLawFirmFileImplement.Implements
|
|||||||
|
|
||||||
var shopDocuments = source.Shops.SelectMany(shop => shop.ShopDocuments.Where(c => c.Value.Item1.Id == document.Id));
|
var shopDocuments = source.Shops.SelectMany(shop => shop.ShopDocuments.Where(c => c.Value.Item1.Id == document.Id));
|
||||||
|
|
||||||
int countStore = 0;
|
int countStore = shopDocuments.Sum(it => it.Value.Item2);
|
||||||
|
|
||||||
foreach (var it in shopDocuments)
|
if (count > countStore)
|
||||||
countStore += it.Value.Item2;
|
|
||||||
|
|
||||||
if (count > countStore)
|
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
foreach (var shop in source.Shops)
|
foreach (var shop in source.Shops)
|
||||||
|
Loading…
Reference in New Issue
Block a user