public KpiTransformationController(IRoleGroupService roleService, IKpiTransformationService kpiTransformationService, IKpiTransformationScheduleService kpiTransformationScheduleService, IKpiTransformationJob kpiTransformationJob, IKpiTransformationLogService kpiTransformationLogService) { _roleService = roleService; _kpiTransformationService = kpiTransformationService; _kpiTransformationScheduleService = kpiTransformationScheduleService; _kpiTransformationJob = kpiTransformationJob; _kpiTransformationLogService = kpiTransformationLogService; }