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;
|
||||
|
||||
@@ -15,21 +15,21 @@ namespace PARR.Test
|
||||
private readonly ILogger<Worker> _logger;
|
||||
private readonly IEsppApiService esppApiService;
|
||||
private readonly IIntervalService intervalService;
|
||||
private readonly ICalendarService calendarService;
|
||||
//private readonly ICalendarService calendarService;
|
||||
private readonly IServiceProvider serviceProvider;
|
||||
|
||||
public Worker(
|
||||
ILogger<Worker> logger,
|
||||
IEsppApiService esppApiService,
|
||||
IIntervalService intervalService,
|
||||
ICalendarService calendarService,
|
||||
//ICalendarService calendarService,
|
||||
IServiceProvider serviceProvider
|
||||
)
|
||||
{
|
||||
_logger = logger;
|
||||
this.esppApiService = esppApiService;
|
||||
this.intervalService = intervalService;
|
||||
this.calendarService = calendarService;
|
||||
//this.calendarService = calendarService;
|
||||
this.serviceProvider = serviceProvider;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user