Ejemplo n.º 1
0
 function insert(Prestamo $prestamo)
 {
     return $this->bd->insert($this->tabla, $prestamo->get());
 }