public ReverseGeocodeService( IAwsAuthenticationService awsAuthenticationService, IOptions <AwsAuthenticationOptions> awsOptions, IOptions <General> generalOptions) { _awsAuthenticationService = awsAuthenticationService; _awsOptions = awsOptions.Value; _generalOptions = generalOptions.Value; }
public AwsAuthenticationService(IOptions <AwsAuthenticationOptions> awsAuthenticationOptions) { _awsAuthenticationOptions = awsAuthenticationOptions.Value; }