This commit is contained in:
dasha 2023-03-18 20:21:30 +04:00
parent ad9256c5a6
commit 2e7b0aacaa

View File

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