コード例 #1
0
ファイル: LReporte.php プロジェクト: gianpascal/yachay
 public function mostrarReportesFechasSede($datos)
 {
     $o_DReporte = new DReporte();
     $respuesta = $o_DReporte->mostrarReportesFechasSede($datos);
     return $respuesta;
 }