Exemplo n.º 1
0
 public function saveReference($order)
 {
     if ($this->hotel) {
         return $this->hotel->saveReference($order);
     } else {
         return true;
     }
 }