Balberova D.N. LabWork05Hard #10

Closed
august wants to merge 51 commits from LabWork05Hard into LabWork05
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