Пример #1
0
 public function getFechaEntrega($codigo, $documento)
 {
     $o_DRrhh = new DRrhh();
     $rs = $o_DRrhh->getFechaEntrega($codigo, $documento);
     return $rs;
 }