mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
@ -38,6 +38,7 @@ namespace FreeSql
|
||||
if (context.Exception == null) _uow.Commit();
|
||||
else _uow.Rollback();
|
||||
}
|
||||
catch { }
|
||||
finally
|
||||
{
|
||||
_uow.Dispose();
|
||||
|
Reference in New Issue
Block a user