Ejemplo n.º 1
0
        /// <summary>
        /// Gets the stores.
        /// The method returns database rows as Hashtables
        /// </summary>
        /// <returns>
        /// A <see cref="ArrayList"/>
        /// </returns>
        public static ArrayList GetStores()
        {
            SBTableStores store = new SBTableStores();

            return(store.getRows(""));
        }