예제 #1
0
파일: LRrhh.php 프로젝트: gianpascal/yachay
 public function getFechaEntrega($codigo, $documento)
 {
     $o_DRrhh = new DRrhh();
     $rs = $o_DRrhh->getFechaEntrega($codigo, $documento);
     return $rs;
 }