添加工作单元测试

This commit is contained in:
陈淳
2022-12-29 09:53:45 +08:00
parent 9673aa7690
commit dbe020dc94
6 changed files with 29 additions and 12 deletions

View File

@@ -50,6 +50,7 @@ namespace Yi.Framework.WebCore.AutoFacExtend
.AsImplementedInterfaces()
.InstancePerLifetimeScope()
.EnableInterfaceInterceptors()
//开启工作单元拦截
.InterceptedBy(typeof(UnitOfWorkInterceptor));
///反射注册任务调度层