Exemplo n.º 1
0
 public static function getSoiltypeList()
 {
     $obj_retResult = DAL_manageSoiltype::getSoiltypeList();
     return $obj_retResult;
 }