Balberova D.N. LabWork02Hard #5

Closed
august wants to merge 26 commits from LabWork02Hard into LabWork01Hard
Showing only changes of commit 2e7b0aacaa - 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)