Esempio n. 1
0
 public static function getTownList()
 {
     $obj_retResult = DAL_manageTown::getTownList();
     return $obj_retResult;
 }