Beispiel #1
0
 public static function getLocationIdByCountryId($country_id)
 {
     $refloc = new Refloc();
     return $refloc->getLocationIdByCountryId($country_id);
 }