Exemplo n.º 1
0
 public ValidacionController(IRepositoryApiEmpleados repo)
 {
     this.repo = repo;
 }
Exemplo n.º 2
0
 public EmpleadosController(IRepositoryApiEmpleados repo)
 {
     this.repo = repo;
 }