feat(api,dal): templateController - убрана страрая логика ЗО. StatTemplateDistributorController - обновлена логика отображения статистики
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user