Prechádzať zdrojové kódy

注册apicontroller服务

lichunlei 5 mesiacov pred
rodič
commit
8bbc7fa26f
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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>();