Exemple #1
0
 public bool DeletarFilme(Filme filme)
 {
     return(_filmeRepository.DeletarFilme(filme));
 }