mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 优化 IUnitOfWork/DbContext/Repository .Orm.Ado 和 CRUD 都与自身事务保持一致;
This commit is contained in:
@ -130,6 +130,7 @@ namespace FreeSql.Tests
|
||||
flowRepos = uow.GetRepository<FlowModel>();
|
||||
flowRepos.Insert(flow);
|
||||
flowRepos.Orm.Select<FlowModel>().ToList();
|
||||
flowRepos.Orm.Ado.ExecuteConnectTest();
|
||||
uow.Commit();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user