Ejemplo n.º 1
0
    private Boolean PassNews(string id)
    {
        Boolean b = ne.ChangeStateNews(id, 1);

        return(b);
    }