Ejemplo n.º 1
0
        public static long AddNewStore(Hashtable row)
        {
            SBTableStores store = new SBTableStores();

            store.insertRow(row);

            return(store.LastInsertID);
        }