Exemplo n.º 1
0
 public ManifestService(IHttpClientProvider httpClientProvider)
 {
     _httpClient = httpClientProvider.GetRegistryClient();
 }