Forráskód Böngészése

注册apicontroller服务

lichunlei 5 hónapja
szülő
commit
8bbc7fa26f
1 módosított fájl, 1 hozzáadás és 0 törlés
  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>();