Balberova D.N. LabWork03Hard #6

Closed
august wants to merge 19 commits from LabWork03Hard into LabWork02Hard
Showing only changes of commit d528524f2c - 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