示例#1
0
        static public bool AddAlert(string alert, string message)
        {
            bool      res = false;
            DBRequest req = new DBRequest();

            res = req.AddAlert(alert, message);

            return(res);
        }