Merge branch 'LabWork02Hard' into LabWork03Hard
This commit is contained in:
commit
d528524f2c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user