Beispiel #1
0
        static public bool DelAlert(string alert)
        {
            bool      res = false;
            DBRequest req = new DBRequest();

            res = req.DelAlert(alert);

            return(res);
        }