public void ProcessLogEntry(LogEntry logEntry)
 {
     logEntry.Accept(this);
 }
Ejemplo n.º 2
0
 public void SaveLogEntry(LogEntry logEntry)
 {
     logEntry.Accept(this);
 }