Exemplo n.º 1
0
 public void Alterar(Filme entity)
 {
     _filmeRepository.Alterar(entity);
 }