Exemplo n.º 1
0
 public MenuGeneroViewComponent(IRepositoriesPeliculas repo)
 {
     this.repo = repo;
 }
Exemplo n.º 2
0
 public PeliculasController(IRepositoriesPeliculas repo)
 {
     this.repo = repo;
 }