Ejemplo n.º 1
0
 public function VerPaquete($id)
 {
     $Paquete = new ModelServicios();
     $Datos = $Paquete->VerPaquete($id);
     return $Datos;
 }