示例#1
0
 public void Exclui(Emprestimo emprestimo)
 {
     _emprestimoRepositorio.Excluir(emprestimo);
 }