Exemplo n.º 1
0
 public RecordController(IStaffPerformanceService staffPerformanceService, IEmployeeService employeeService)
 {
     _staffPerformanceService = staffPerformanceService;
     _employeeService         = employeeService;
 }
Exemplo n.º 2
0
 public IndicatorsController(IStaffPerformanceService staffPerformance)
 {
     _staffPerformance = staffPerformance;
 }