feat(api): статистика отображается в часовом поясе клиента
This commit is contained in:
@@ -14,7 +14,7 @@ namespace PARR.Test.NextRun
|
||||
private readonly ITemplateService templateService;
|
||||
private readonly IShortcodesService shortcodesService;
|
||||
//private readonly ITemplateDistributorV2 templateDistributorV2;
|
||||
private readonly INextRunServiceV2 nextRunServiceV2;
|
||||
private readonly INextRunService nextRunServiceV2;
|
||||
|
||||
public NextRunTest(
|
||||
/*ITemplateDistributor templateDistributor, */
|
||||
@@ -22,7 +22,7 @@ namespace PARR.Test.NextRun
|
||||
ITemplateService templateService,
|
||||
IShortcodesService shortcodesService,
|
||||
//ITemplateDistributorV2 templateDistributorV2,
|
||||
INextRunServiceV2 nextRunServiceV2
|
||||
INextRunService nextRunServiceV2
|
||||
)
|
||||
{
|
||||
//this.templateDistributor = templateDistributor;
|
||||
|
||||
Reference in New Issue
Block a user