Exemple #1
0
 public new bool Remover(Emprestimo emprestimo)
 {
     return(_emprestimoRepositorio.Remover(emprestimo));
 }