Tsukanova_I.V. LabWork03_hard #9

Closed
Inohara wants to merge 6 commits from LabWork03_hard into LabWork02_hard
Showing only changes of commit 91e2b800aa - Show all commits

View File

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