Exemplo n.º 1
0
 public static function searchWithNameAndAge($find_name, $find_age)
 {
     return FoundPeople::searchWithParam($find_name, $find_age);
 }