Ejemplo n.º 1
0
        public static Hashtable GetStore(int store_id)
        {
            SBTableStores store = new SBTableStores();

            return(store.getRow(string.Format("store_id = {0}", store_id)));
        }