Putilin P. A. Lab work 2 Hard #11

Closed
Pavel wants to merge 15 commits from Lab2Hard into Lab1Hard
Showing only changes of commit 81925a414b - Show all commits

View File

@ -85,7 +85,7 @@ namespace PrecastConcretePlantFileImplement
.Select(shop => shop.Reinforceds
.FirstOrDefault(x => x.Key == reinforced.Id).Value.Item2)
.Sum();
if (resultCount >= needCount)
if (resultCount < needCount)
{
return false;
}