mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-12-20 00:25:48 +08:00
AggregateRootRepository
This commit is contained in:
@@ -36,7 +36,9 @@ namespace FreeSql
|
||||
var repos = new Dictionary<Type, object>();
|
||||
try
|
||||
{
|
||||
return InsertAggregateRootStatic(_repository, GetChildRepository, entitys);
|
||||
var ret = InsertAggregateRootStatic(_repository, GetChildRepository, entitys);
|
||||
Attach(ret);
|
||||
return ret;
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user