Beispiel #1
0
 public void Alterar(Filme entity)
 {
     _filmeRepository.Alterar(entity);
 }