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