ПИбд-23 Салин Олег Алексеевич Лабораторная работа №2 (Усложненная) #8

Closed
Oleja123 wants to merge 14 commits from Lab2_Hard into Lab2
Showing only changes of commit c94d96c6bc - Show all commits

View File

@ -114,10 +114,6 @@ model.Id);
{
var min = Math.Min(icecream.Value.Item2, count);
icecreams[icecream.Value.Item1.Id] = (icecream.Value.Item1, icecream.Value.Item2 - min);
if(icecreams[icecream.Value.Item1.Id].Item2 == 0)
{
icecreams.Remove(icecream.Value.Item1.Id);
}
count -= min;
if (count <= 0)