Exemplo n.º 1
0
        public static void CloseConnection()
        {
            if (database == null)
            {
                return;
            }

            database.CloseConnection();
            database = null;
        }