예제 #1
0
        internal int AddHistoryItem(HistoryTable newHistoryItem)
        {
            sqlConnection.Insert(newHistoryItem);

            return(newHistoryItem.RowId);
        }
예제 #2
0
        internal int AddHistoryItem(HistoryTable newHistoryItem)
        {
            sqlConnection.Insert(newHistoryItem);

            return newHistoryItem.RowId;
        }