Exemple #1
0
function get_retos_usuario($email)
{
    echo json_encode(UsuarioController::get_retos_usuario($email));
}