| | |
| | | using Volo.Abp.BackgroundWorkers; |
| | | using Volo.Abp.DependencyInjection; |
| | | using Volo.Abp.Modularity.PlugIns; |
| | | using CMS.Plugin.PipeLineLems.Application.Contracts.Services; |
| | | using CMS.Plugin.PipeLineLems.Application.Implements; |
| | | |
| | | namespace CMS.Plugin.PipeLineLems; |
| | | |
| | |
| | | |
| | | context.Services.AddScoped<IProjectRuntimeMigrator, CMSPluginRuntimeMigrator>(); |
| | | context.Services.AddSingleton<IProjectService, PipeLineLemsProjectService>(); |
| | | context.Services.AddScoped<IMesAppService, MesAppService>(); |
| | | context.Services.AddScoped<IWorkPlanAppService, WorkPlanAppService>(); |
| | | |
| | | context.Services.AddScoped<IEFDataProvider>(p => |
| | | { |