Balberova D.N. LabWork05Hard #10

Closed
august wants to merge 51 commits from LabWork05Hard into LabWork05
Showing only changes of commit ad9256c5a6 - Show all commits

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)