public void UpdateHistoryEntry(HistoryEntry entry) { var col = _db.GetCollection <HistoryEntry>("historyEntries"); col.Update(entry); }
public abstract void InsertHistoryEntry(HistoryEntry entry);