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