in src/ApiForFhirMigrationTool.Function/SurfaceCheck/SurfaceCheck.cs [27:35]
public SurfaceCheck(IFhirClient fhirClient, MigrationOptions options, TelemetryClient telemetryClient, ILogger<SurfaceCheck> logger, IAzureTableClientFactory azureTableClientFactory, IMetadataStore azureTableMetadataStore)
{
_telemetryClient = telemetryClient;
_options = options;
_logger = logger;
_fhirClient = fhirClient;
_azureTableClientFactory = azureTableClientFactory;
_azureTableMetadataStore = azureTableMetadataStore;
}