This commit is contained in:
gg12 darfren 2024-04-14 18:19:48 +04:00
parent 7f84700e8e
commit 17138020cd

View File

@ -158,6 +158,7 @@ namespace IceCreamShopsApp.Controllers
return default;
}
string table = "";
result.Item1.ShopIceCreams.Clear();
for (int i = 0; i < result.Item2.Count; i++)
{
var icecream = result.Item2[i].Item1;