Пример #1
0
 public BackClientesController(RepositoryApiRent repo)
 {
     this.repo = repo;
 }
 public BackTipoViviendaController(RepositoryApiRent repo)
 {
     this.repo = repo;
 }
Пример #3
0
 public HomeController(RepositoryApiRent repo)
 {
     this.repo = repo;
 }
Пример #4
0
 public BackUsuariosController(RepositoryApiRent repo)
 {
     this.repo = repo;
 }
 public ValidacionController()
 {
     this.repo = new RepositoryApiRent();
 }