Exemplo n.º 1
0
        public static void DropGraus()
        {
            database db = getDataBase();

            if (db.DatabaseExists() == true)
            {
                db.DeleteDatabase();
            }
        }