feat(dal): Заготовка для IEsppScheduleTransformService

This commit is contained in:
Mikhail Trubnikov
2023-10-17 09:42:18 +10:00
parent 4423b07742
commit 0eed4315ff
5 changed files with 150 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ using PARR.DAL.Services.Implementations.V1;
using PARR.DAL.Services.Interfaces;
using PARR.DAL.Services.Interfaces.AIHIT;
using PARR.DAL.Services.Interfaces.V1;
using PARR.DAL.TransformServices;
namespace PARR.DAL
{
@@ -56,6 +57,10 @@ namespace PARR.DAL
services.AddTransient<IRobotConfigurationService, RobotConfigurationService>();
services.AddTransient<IRobotHistoryService, RobotHistoryService>();
services.AddTransient<IEsppSchTypeConfigService, EsppSchTypeConfigService>();
// TransformServices
services.AddTransient<IEsppScheduleTransformService, EsppScheduleTransformService>();
}
/// <summary>