Compare commits

..

No commits in common. "02d95d40f4e3944af3b0dd101e481f1cc772aa9e" and "0d26301504d08fc35babf2fca6787c9499ae4466" have entirely different histories.

View File

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