删除废弃的dicom 路径帮助类

This commit is contained in:
2022-06-01 17:18:40 +08:00
parent 9dc4d13d6e
commit e63c235f8a
10 changed files with 5 additions and 1152 deletions
@@ -58,7 +58,6 @@ namespace IRaCIS.Core.API
//containerBuilder.RegisterType<Dictionary>().InstancePerLifetimeScope();
containerBuilder.RegisterType<DicomFileStoreHelper>().SingleInstance();
//Autofac 注册拦截器 需要注意的是生成api上服务上的动态代理AOP失效 间接掉用不影响
containerBuilder.RegisterType<TrialStatusAutofacAOP>();