Example #1
0
 public function precioNoche()
 {
     $item = new Item($this->nombreHotel, $this->fecha);
     return $item->getPrecio();
 }