Exemple #1
0
 public EmployeeController(IHumanResourcesRepository _repository)
 {
     repository = _repository;
 }
 public HumanResourcesController(IHumanResourcesRepository repository)
 {
     _repository = repository;
 }