feat(dal,api): Удалены старые таблицы AppInWorks
This commit is contained in:
@@ -14,7 +14,6 @@ using PARR.DAL.DomainServices.UnitFilterService.Models;
|
||||
using PARR.DAL.NextRunServices;
|
||||
using PARR.DAL.NextRunServices.Subservices;
|
||||
using PARR.DAL.Repositories.TaskRepositories;
|
||||
using PARR.DAL.Services.Implementation;
|
||||
using PARR.DAL.Services.Implementations;
|
||||
using PARR.DAL.Services.Implementations.Job;
|
||||
using PARR.DAL.Services.Implementations.Schedule;
|
||||
@@ -84,13 +83,13 @@ namespace PARR.DAL
|
||||
|
||||
|
||||
// Entity services
|
||||
services.AddTransient<IHostService, HostService>();
|
||||
services.AddTransient<IWorkGroupService, WorkGroupService>();
|
||||
services.AddTransient<IApplicationService, ApplicationService>();
|
||||
services.AddTransient<IApplicationTypeService, ApplicationTypeService>();
|
||||
services.AddTransient<IApplicationInHostService, ApplicationInHostService>();
|
||||
services.AddTransient<IApplicationsInWorkService, ApplicationsInWorkService>();
|
||||
services.AddTransient<IApplicationService, ApplicationService>();
|
||||
//services.AddTransient<IHostService, HostService>();
|
||||
//services.AddTransient<IWorkGroupService, WorkGroupService>();
|
||||
//services.AddTransient<IApplicationService, ApplicationService>();
|
||||
//services.AddTransient<IApplicationTypeService, ApplicationTypeService>();
|
||||
//services.AddTransient<IApplicationInHostService, ApplicationInHostService>();
|
||||
//services.AddTransient<IApplicationsInWorkService, ApplicationsInWorkService>();
|
||||
//services.AddTransient<IApplicationService, ApplicationService>();
|
||||
services.AddTransient<IProcessService, ProcessService>();
|
||||
services.AddTransient<ISubprocessService, SubprocessService>();
|
||||
services.AddTransient<ITnkService, TnkService>();
|
||||
@@ -108,12 +107,12 @@ namespace PARR.DAL
|
||||
services.AddTransient<IUserService, UserService>();
|
||||
services.AddTransient<IRoleService, RoleService>();
|
||||
services.AddTransient<ITaskStatusService, TaskStatusService>();
|
||||
services.AddTransient<IEkStatusService, EkStatusService>();
|
||||
//services.AddTransient<IEkStatusService, EkStatusService>();
|
||||
services.AddTransient<IEsppSchTypeScheduleService, EsppSchTypeScheduleService>();
|
||||
services.AddTransient<IWeekendDayService, WeekendDayService>();
|
||||
services.AddTransient<IDistributionPeriodService, DistributionPeriodService>();
|
||||
services.AddTransient<IEsppSchTypeValueService, EsppSchTypeValueService>();
|
||||
services.AddTransient<IResponseAreaService, ResponseAreaService>();
|
||||
//services.AddTransient<IResponseAreaService, ResponseAreaService>();
|
||||
services.AddTransient<ITemplateHistoryService, TemplateHistoryService>();
|
||||
services.AddTransient<IParrComponentService, ParrComponentService>();
|
||||
services.AddTransient<ITemplateStatusTypeService, TemplateStatusTypeService>();
|
||||
|
||||
Reference in New Issue
Block a user