public BackClientesController(RepositoryApiRent repo) { this.repo = repo; }
public BackTipoViviendaController(RepositoryApiRent repo) { this.repo = repo; }
public HomeController(RepositoryApiRent repo) { this.repo = repo; }
public BackUsuariosController(RepositoryApiRent repo) { this.repo = repo; }
public ValidacionController() { this.repo = new RepositoryApiRent(); }