Exemple #1
0
 public MenuGeneroViewComponent(IRepositoriesPeliculas repo)
 {
     this.repo = repo;
 }
Exemple #2
0
 public PeliculasController(IRepositoriesPeliculas repo)
 {
     this.repo = repo;
 }