Переглянути джерело

注册apicontroller服务

lichunlei 5 місяців тому
батько
коміт
8bbc7fa26f
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      Extensions/AppServiceExtensions.cs

+ 1 - 0
Extensions/AppServiceExtensions.cs

@@ -42,6 +42,7 @@ namespace Infrastructure
             services.AddTransient<IApiGroupService, ApiGroupService>();
             services.AddTransient<IApiInfoService, ApiInfoService>();
             services.AddTransient<IApiInfoParamService, ApiInfoParamService>();
+            services.AddTransient<IApiControllerService, ApiControllerService>();
             services.AddTransient<IAppModuleAndroidCodeService, AppModuleAndroidCodeService>();
             services.AddTransient<IAppModuleFileService, AppModuleFileService>();
             services.AddTransient<IAppModuleIosCodeService, AppModuleIosCodeService>();