Merge branch 'LabWork02Hard' into LabWork03Hard

This commit is contained in:
dasha 2023-03-18 20:22:04 +04:00
commit 02d95d40f4

View File

@ -205,7 +205,7 @@ namespace SushiBarBusinessLogic.BusinessLogics
return true;
}
}
return true;
return false;
}
public bool SellSushi(ISushiModel model, int count)