public UpdateGitTrendsStatistics(GitHubApiV3Service gitHubApiV3Service, BlobStorageService blobStorageService) =>
 (_gitHubApiV3Service, _blobStorageService) = (gitHubApiV3Service, blobStorageService);
Exemplo n.º 2
0
 public GetGitTrendsStatistics(BlobStorageService blobStorageService) => _blobStorageService = blobStorageService;
Exemplo n.º 3
0
 public GetLibraries(BlobStorageService blobStorageService) => _blobStorageService = blobStorageService;
Exemplo n.º 4
0
 public UpdateLibraryCache(NuGetService nuGetService, BlobStorageService blobStorageService) =>
 (_nuGetService, _blobStorageService) = (nuGetService, blobStorageService);