|
@@ -42,6 +42,14 @@ namespace Infrastructure
|
|
|
services.AddTransient<IApiGroupService, ApiGroupService>();
|
|
services.AddTransient<IApiGroupService, ApiGroupService>();
|
|
|
services.AddTransient<IApiInfoService, ApiInfoService>();
|
|
services.AddTransient<IApiInfoService, ApiInfoService>();
|
|
|
services.AddTransient<IApiInfoParamService, ApiInfoParamService>();
|
|
services.AddTransient<IApiInfoParamService, ApiInfoParamService>();
|
|
|
|
|
+ services.AddTransient<IAppModuleAndroidCodeService, AppModuleAndroidCodeService>();
|
|
|
|
|
+ services.AddTransient<IAppModuleFileService, AppModuleFileService>();
|
|
|
|
|
+ services.AddTransient<IAppModuleIosCodeService, AppModuleIosCodeService>();
|
|
|
|
|
+ services.AddTransient<IAppModuleService, AppModuleService>();
|
|
|
|
|
+ services.AddTransient<IAppProjectModuleService, AppProjectModuleService>();
|
|
|
|
|
+ services.AddTransient<IAppProjectParamService, AppProjectParamService>();
|
|
|
|
|
+ services.AddTransient<IAppProjectService, AppProjectService>();
|
|
|
|
|
+ services.AddTransient<IAppProjectVersionService, AppProjectVersionService>();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
private static void Register(IServiceCollection services, string item)
|
|
private static void Register(IServiceCollection services, string item)
|