Merge branch 'LabWork02Hard' into LabWork03Hard

This commit is contained in:
dasha 2023-03-19 12:11:21 +04:00
commit d528524f2c

View File

@ -100,7 +100,7 @@ namespace SushiBarBusinessLogic.BusinessLogics
}
if (!_shopLogic.AddSushi(sushi, viewModel.Count))
{
throw new Exception($"AddSushis operation failed. Shop is full.");
throw new Exception($"AddSushi operation failed. Shop is full.");
}
}
else