in src/ApiForFhirMigrationTool.Function/ImportOrchestrator.cs [40:50]
public ImportOrchestrator(IFhirProcessor importProcessor, MigrationOptions options, IAzureTableClientFactory azureTableClientFactory, IMetadataStore azureTableMetadataStore, IOrchestrationHelper orchestrationHelper, TelemetryClient telemetryClient, IAzureBlobClientFactory azureBlobClientFactory, ILogger<ImportOrchestrator> logger)
{
_importProcessor = importProcessor;
_options = options;
_azureTableClientFactory = azureTableClientFactory;
_azureTableMetadataStore = azureTableMetadataStore;
_orchestrationHelper = orchestrationHelper;
_telemetryClient = telemetryClient;
_azureBlobClientFactory = azureBlobClientFactory;
_logger = logger;
}