Tsukanova_I.V. LabWork05_hard #13

Closed
Inohara wants to merge 29 commits from LabWork05_hard into LabWork05
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;
}
}