Exemplo n.º 1
0
 public function grabarProfesion($profesion)
 {
     $o_LRrhh = new LRrhh();
     $respuesta = $o_LRrhh->grabarProfesion($profesion);
     return $respuesta;
 }