Пример #1
0
 public ManifestService(IHttpClientProvider httpClientProvider)
 {
     _httpClient = httpClientProvider.GetRegistryClient();
 }