public FhirProcessor()

in src/ApiForFhirMigrationTool.Function/Processors/FhirProcessor.cs [22:27]


        public FhirProcessor(IFhirClient fhirClient, TelemetryClient? telemetryClient, ILogger<FhirProcessor>? logger)
        {
            _logger = logger;
            _fhirClient = fhirClient;
            _telemetryClient = telemetryClient;
        }