Exemple #1
0
        public void UpdateHistoryEntry(HistoryEntry entry)
        {
            var col = _db.GetCollection <HistoryEntry>("historyEntries");

            col.Update(entry);
        }
Exemple #2
0
 public abstract void InsertHistoryEntry(HistoryEntry entry);