feat(dal,api): Удалены старые таблицы AppInWorks

This commit is contained in:
Mikhail Trubnikov
2026-04-15 09:35:03 +10:00
parent 50358fd5bd
commit a93e8de4b0
91 changed files with 4855 additions and 2422 deletions

View File

@@ -19,20 +19,20 @@ namespace PARR.API.Controllers.V1.Statistics
[Authorize(Roles = ParrRoles.Administrator.Role)]
public class StatUnitFieldValuesController : BaseApiController
{
private readonly IApplicationService applicationService;
//private readonly IApplicationService applicationService;
private readonly IUnitFieldValueService unitFieldValueService;
private readonly INextRunService nextRunService;
//private readonly ICalendarService calendarService;
public StatUnitFieldValuesController(
IApplicationService applicationService,
//IApplicationService applicationService,
IUnitFieldValueService unitFieldValueService,
//ICalendarService calendarService
INextRunService nextRunService
)
{
this.applicationService = applicationService;
//this.applicationService = applicationService;
this.unitFieldValueService = unitFieldValueService;
this.nextRunService = nextRunService;
//this.calendarService = calendarService;