This commit is contained in:
dasha 2023-03-14 02:21:39 +04:00
parent 48552db0b2
commit ad9256c5a6

View File

@ -205,8 +205,7 @@ namespace SushiBarBusinessLogic.BusinessLogics
return true;
}
}
_logger.LogWarning("AddSushi operation failed.");
return false;
return true;
}
public bool SellSushi(ISushiModel model, int count)