сдана 3 усложненка

This commit is contained in:
Inohara 2023-04-11 09:40:58 +04:00
parent bbc89019e5
commit 91e2b800aa

View File

@ -128,9 +128,8 @@ namespace IceCreamShopDatabaseImplement.Implements
transaction.Commit(); transaction.Commit();
} }
else else
{
transaction.Rollback(); transaction.Rollback();
}
return needCount == 0; return needCount == 0;
} }
} }