コード例 #1
0
 public EmployeePerformanceService(IEmployeePerformanceRepository employeePerformanceRepository, IPerformanceScoreRepository performanceScoreRepository)
 {
     _employeePerformanceRepository = employeePerformanceRepository;
     _performanceScoreRepository    = performanceScoreRepository;
 }
コード例 #2
0
 public PerformanceSegmentService(IPerformanceSegmentRepository performanceSegmentRepository, IPerformanceScoreRepository performanceScoreRepository)
 {
     _performanceSegmentRepository = performanceSegmentRepository;
     _performanceScoreRepository   = performanceScoreRepository;
 }