Exemplo n.º 1
0
 public async Task <ICollection <ScrapeDto> > GetAllScrapes(CancellationToken cancellationToken = default) =>
 await _service.GetAllAsync(cancellationToken);