예제 #1
0
 public RecordController(IStaffPerformanceService staffPerformanceService, IEmployeeService employeeService)
 {
     _staffPerformanceService = staffPerformanceService;
     _employeeService         = employeeService;
 }
예제 #2
0
 public IndicatorsController(IStaffPerformanceService staffPerformance)
 {
     _staffPerformance = staffPerformance;
 }