Esempio n. 1
0
 public function OfertarServicio($FK_paquete, $Nombre, $ValorServicio)
 {
     $Ofertar = new ModelServicios();
     $id = $Ofertar->OfertarServicio($FK_paquete, $Nombre, $ValorServicio);
     return $Ofertar->{$id};
 }