Esempio n. 1
0
 public async Task IndexAsync(Package package, CancellationToken cancellationToken)
 {
     await _indexer.IndexAsync(package.Id);
 }
 public Task IndexAsync(Package package) => _indexer.IndexAsync(package.Id);