Exemple #1
0
 public IList <Filme> ObterFilmesPorIds(IList <string> idsFilmes)
 {
     return(_filmeRepository.ObterFilmesPorIds(idsFilmes));
 }