Exemple #1
0
 public HttpService(IOptions <OnfidoSettings> optionOnfidoSettings)
 {
     this.onfidoSettings = optionOnfidoSettings.Value;
 }
Exemple #2
0
 public OnfidoController(HttpService httpService, IOptions <OnfidoSettings> optionOnfidoSettings)
 {
     this.httpService    = httpService;
     this.onfidoSettings = optionOnfidoSettings.Value;
 }