Exemple #1
0
 public SeekerAttachmentPolicy(IAttachmentHistoryItemUpdater attachmentHistoryItemUpdater,
                               IHistoryOutputParser historyOutputParser,
                               ILogger logger,
                               ISchemaCache schemaCache,
                               HistorySettings settings)
     : base(historyOutputParser)
 {
     _attachmentHistoryItemUpdater = attachmentHistoryItemUpdater;
     _logger      = logger;
     _schemaCache = schemaCache;
     _settings    = settings;
 }
 public SeekerAttachmentPolicy(IAttachmentHistoryItemUpdater attachmentHistoryItemUpdater, 
     IHistoryOutputParser historyOutputParser,
     ILogger logger,
     ISchemaCache schemaCache,
     HistorySettings settings)
     : base(historyOutputParser)
 {
     _attachmentHistoryItemUpdater = attachmentHistoryItemUpdater;
     _logger = logger;
     _schemaCache = schemaCache;
     _settings = settings;
 }