Ver código fonte

注册apicontroller服务

lichunlei 5 meses atrás
pai
commit
8bbc7fa26f
1 arquivos alterados com 1 adições e 0 exclusões
  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>();