Exemplo n.º 1
0
        static public Bottles GetBottleWithName(string name)
        {
            DBRequest req = new DBRequest();
            Bottles   bot = req.GetBottleWithName(name);

            return(bot);
        }