コード例 #1
0
ファイル: index.php プロジェクト: andreshg112/ar-sac
function put_preguntas($id)
{
    echo json_encode(PreguntaController::put_preguntas($id));
}