Esempio n. 1
0
        internal int AddHistoryItem(HistoryTable newHistoryItem)
        {
            sqlConnection.Insert(newHistoryItem);

            return(newHistoryItem.RowId);
        }
Esempio n. 2
0
        internal int AddHistoryItem(HistoryTable newHistoryItem)
        {
            sqlConnection.Insert(newHistoryItem);

            return newHistoryItem.RowId;
        }