Exemplo n.º 1
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="attachmentSettings"></param>
 public VulcanAttachmentInspector(IVulcanAttachmentIndexerSettings attachmentSettings)
 {
     _AttachmentSettings = attachmentSettings;
 }
 /// <summary>
 /// DI Constructor
 /// </summary>
 /// <param name="vulcanAttachmentIndexerSettings"></param>
 public VulcanAttachmentPipelineInstaller(IVulcanAttachmentIndexerSettings vulcanAttachmentIndexerSettings)
 {
     _vulcanAttachmentIndexerSettings = vulcanAttachmentIndexerSettings;
 }