Example #1
0
 public PatientController(IAzureApiForFhirService azureApiForFhirService,
                          IOptions <GoogleApiSetting> googleApiSettingAccessor)
 {
     _azureApiForFhirService = azureApiForFhirService;
     _googleApiSetting       = googleApiSettingAccessor.Value;
 }
Example #2
0
 public HomeController(IAzureApiForFhirService azureApiForFhirService)
 {
     _azureApiForFhirService = azureApiForFhirService;
 }