Exemple #1
0
 public IEnumerable <FilmeDomain> ListarFilmesPorGenero(int id)
 {
     return(repositorio.ListarFilmes(id));
 }