public EmployeeCertificationsController(IEmployeeCertificationRepository context)
 {
     _context = context;
 }
Beispiel #2
0
 public EmployeeCertificationService(IEmployeeCertificationRepository repository)
 {
     _repository = repository;
 }