public void Delete(Autor autor) { _autorRepository.Delete(autor); }
public void Excluir(int id) { repository.Delete(id); }