Compare commits
No commits in common. "d528524f2cf7a377851ceec46bb2838dd18b918e" and "02d95d40f4e3944af3b0dd101e481f1cc772aa9e" have entirely different histories.
d528524f2c
...
02d95d40f4
@ -100,7 +100,7 @@ namespace SushiBarBusinessLogic.BusinessLogics
|
||||
}
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user