提交 6c339515 编写于 作者: T Tony

update

上级 27eaf458
......@@ -15,7 +15,7 @@ namespace RsCode.Domain.Uow
services.ConfigureDynamicProxy(config =>
{
config.Interceptors.AddTyped<UnitOfWorkAttribute>(new AspectPredicate[] { Predicates.ForService("*Repository"), Predicates.ForService("*Service") });
// config.Interceptors.AddTyped<UnitOfWorkAttribute>(new AspectPredicate[] { Predicates.ForService("*Repository"), Predicates.ForService("*Service") });
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册