Exemplo n.º 1
0
 internal ConsentRequiredAPI(ConsentRequiredHandler getConsentDetails, string consentID, Endpoints endpoints, HttpClientFactory clientFactory) : this(getConsentDetails, endpoints, clientFactory)
 {
     ConsentID = consentID;
 }
Exemplo n.º 2
0
 internal ConsentRequiredAPI(ConsentRequiredHandler getConsentDetails, Endpoints endpoints, HttpClientFactory clientFactory) : base(clientFactory)
 {
     this._endpoints = endpoints;
     this._consentRequiredHandler = getConsentDetails;
 }