Esempio n. 1
0
 public function getIdEmpleado($cod)
 {
     $o_DRrhh = new DRrhh();
     $rs = $o_DRrhh->getIdEmpleado($cod);
     return $rs;
 }