Example #1
0
 public SQLEventStore(FileLogger logger, string connectionString, string tablename = null)
 {
     Logger           = logger;
     TableName        = tablename ?? "SystemEvents";
     ConnectionString = connectionString;
 }