Exemple #1
0
 function grabarAsignacionServicioaPuesto($datos)
 {
     $o_DRrhh = new DRrhh();
     return $o_DRrhh->grabarAsignacionServicioaPuesto($datos);
 }