Example #1
0
    public static bool RejectSocietyRequest(Society society)
    {
        Society _society = new Society();
        bool    result   = _society.RejectSociety(society.SocietyID);

        //Update status to 2
        // Update SocietyUserTable with UserID and SocietyID

        return(result);
    }