Ejemplo n.º 1
0
function put_preguntas($id)
{
    echo json_encode(PreguntaController::put_preguntas($id));
}