Morozov V.S. LabWork2Hard #9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork2Hard"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Зачтено с понижением балла(ов)
@ -0,0 +87,4 @@
public bool TrySell(ICarModel car, int quantity)
{
List<CarShopViewModel> carShops = new List<CarShopViewModel>();
int fakeQuantity = quantity;
Значение можно получить через LINQ-запрос
Pull request closed