Example #1
0
        public void dropIntegrationFromDB()
        {
            Database db = new Database();

            db.drop();
        }
Example #2
0
        public void addIntegrationToDB()
        {
            Database db = new Database();

            db.create();
        }