示例#1
0
 public function grabarPersonaEncargada($datos)
 {
     $oLRrhh = new LRrhh();
     $resultados = $oLRrhh->grabarPersonaEncargada($datos);
     return $resultados;
 }