feat(api,dal): templateController - убрана страрая логика ЗО. StatTemplateDistributorController - обновлена логика отображения статистики

This commit is contained in:
Mikhail Trubnikov
2026-02-20 10:39:53 +10:00
parent 517d446bcf
commit 8bdb641332
11 changed files with 183 additions and 245 deletions

View File

@@ -10,7 +10,7 @@ namespace PARR.Test.NextRun
internal class NextRunTest
{
//private readonly ITemplateDistributor templateDistributor;
private readonly INextRunService nextRunService;
//private readonly INextRunService nextRunService;
private readonly ITemplateService templateService;
private readonly IShortcodesService shortcodesService;
//private readonly ITemplateDistributorV2 templateDistributorV2;
@@ -18,7 +18,7 @@ namespace PARR.Test.NextRun
public NextRunTest(
/*ITemplateDistributor templateDistributor, */
INextRunService nextRunService,
//INextRunService nextRunService,
ITemplateService templateService,
IShortcodesService shortcodesService,
//ITemplateDistributorV2 templateDistributorV2,
@@ -26,7 +26,7 @@ namespace PARR.Test.NextRun
)
{
//this.templateDistributor = templateDistributor;
this.nextRunService = nextRunService;
//this.nextRunService = nextRunService;
this.templateService = templateService;
this.shortcodesService = shortcodesService;
//this.templateDistributorV2 = templateDistributorV2;