feat(dal,api): Удалены старые таблицы AppInWorks
This commit is contained in:
@@ -20,21 +20,21 @@ namespace PARR.API.Controllers.V1.Statistics
|
||||
{
|
||||
private readonly ITemplateService templateService;
|
||||
private readonly IWorkLoadService workLoadService;
|
||||
private readonly IWorkGroupService workGroupService;
|
||||
//private readonly IWorkGroupService workGroupService;
|
||||
private readonly IMapper mapper;
|
||||
private readonly ILogger<StatWorkGroupWorkLoadController> logger;
|
||||
|
||||
public StatWorkGroupWorkLoadController(
|
||||
ITemplateService templateService,
|
||||
IWorkLoadService workLoadService,
|
||||
IWorkGroupService workGroupService,
|
||||
//IWorkGroupService workGroupService,
|
||||
IMapper mapper,
|
||||
ILogger<StatWorkGroupWorkLoadController> logger
|
||||
)
|
||||
{
|
||||
this.templateService = templateService;
|
||||
this.workLoadService = workLoadService;
|
||||
this.workGroupService = workGroupService;
|
||||
//this.workGroupService = workGroupService;
|
||||
this.mapper = mapper;
|
||||
this.logger = logger;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user