Exemplo n.º 1
0
        static public List <Bottles> GetBottlesWithAlert(int id)
        {
            DBRequest      req    = new DBRequest();
            List <Bottles> lstBot = req.GetBottlesWithAlert(id);

            return(lstBot);
        }