debug UnitOfWork Destructor #131

This commit is contained in:
28810
2019-11-15 16:36:34 +08:00
parent 7d1f9b126f
commit 17241be66d
3 changed files with 7 additions and 6 deletions

View File

@ -221,7 +221,7 @@ namespace FreeSql
AllSets.Clear();
if (_isUseUnitOfWork)
UnitOfWork?.Rollback();
UnitOfWork?.Dispose();
}
finally
{