Ejemplo n.º 1
0
 /**
  * Returns a unique list of premises destiny (used in premises).
  * @param int $idLng Language Id. Default 1045.
  * @return string[]
  */
 public function GetPremisesDestiny($idLng = 1045)
 {
     return Offers::GetPremisesDestiny($idLng);
 }