Exemple #1
0
 void IApiKeyProvider.SetPublicApiKey(ApiKeyRole role, IApiKey apiKey)
 {
     _apiKeyProvider.SetPublicApiKey(role, apiKey);
 }