mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-08-03 01:57:58 +08:00
RepositoryDbContext 改动
This commit is contained in:
@ -13,7 +13,7 @@ namespace FreeSql
|
|||||||
{
|
{
|
||||||
_ormPriv = orm;
|
_ormPriv = orm;
|
||||||
_isUseUnitOfWork = false;
|
_isUseUnitOfWork = false;
|
||||||
UnitOfWork = _repo.UnitOfWork;
|
UnitOfWork = repo.UnitOfWork;
|
||||||
_repo = repo;
|
_repo = repo;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user