Beispiel #1
0
        static public List <Alerts> ShowAllAlerts()
        {
            DBRequest     req      = new DBRequest();
            List <Alerts> lstAlert = req.GetAllAlerts();

            return(lstAlert);
        }