Balberova D.N. LabWork03Hard #6

Closed
august wants to merge 19 commits from LabWork03Hard into LabWork02Hard
Showing only changes of commit 02d95d40f4 - Show all commits

View File

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