Balberova D.N. LabWork02Hard #5

Closed
august wants to merge 26 commits from LabWork02Hard into LabWork01Hard
Showing only changes of commit 586c0905ed - Show all commits

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