Compare commits

..

2 Commits

Author SHA1 Message Date
02d95d40f4 Merge branch 'LabWork02Hard' into LabWork03Hard 2023-03-18 20:22:04 +04:00
2e7b0aacaa Фолс 2023-03-18 20:21:39 +04:00

View File

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