Exemplo n.º 1
0
 void IApiKeyProvider.SetPrivateApiKey(ApiKeyRole role, IApiKey apiKey)
 {
     _apiKeyProvider.SetPrivateApiKey(role, apiKey);
 }