Example #1
0
 public ValidacionController(IRepositoryApiEmpleados repo)
 {
     this.repo = repo;
 }
Example #2
0
 public EmpleadosController(IRepositoryApiEmpleados repo)
 {
     this.repo = repo;
 }