Compare commits

...

2 Commits

Author SHA1 Message Date
d528524f2c Merge branch 'LabWork02Hard' into LabWork03Hard 2023-03-19 12:11:21 +04:00
586c0905ed Фолс 2023-03-19 12:10:30 +04:00

View File

@ -100,7 +100,7 @@ namespace SushiBarBusinessLogic.BusinessLogics
} }
if (!_shopLogic.AddSushi(sushi, viewModel.Count)) 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 else