Compare commits

..

No commits in common. "d528524f2cf7a377851ceec46bb2838dd18b918e" and "02d95d40f4e3944af3b0dd101e481f1cc772aa9e" have entirely different histories.

View File

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