From 176b60b71968558932269cb675bb5af4cce2fe05 Mon Sep 17 00:00:00 2001 From: 28810 <28810@YEXIANGQIN> Date: Tue, 13 Aug 2019 19:17:10 +0800 Subject: [PATCH] =?UTF-8?q?RepositoryDbContext=20=E6=94=B9=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FreeSql.DbContext/Repository/ContextSet/RepositoryDbContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FreeSql.DbContext/Repository/ContextSet/RepositoryDbContext.cs b/FreeSql.DbContext/Repository/ContextSet/RepositoryDbContext.cs index 6b31772a..632a87f7 100644 --- a/FreeSql.DbContext/Repository/ContextSet/RepositoryDbContext.cs +++ b/FreeSql.DbContext/Repository/ContextSet/RepositoryDbContext.cs @@ -13,7 +13,7 @@ namespace FreeSql { _ormPriv = orm; _isUseUnitOfWork = false; - UnitOfWork = _repo.UnitOfWork; + UnitOfWork = repo.UnitOfWork; _repo = repo; }