Example #1
0
 public async Task <Filme> Alterar(Filme entity)
 {
     return(await _repository.Alterar(entity));
 }