Ejemplo n.º 1
0
 public async Task <IEnumerable <Collection> > GetCollectionsAsync(CancellationToken cancellationToken)
 {
     return(await _metadataRepository.GetCollectionsAsync(cancellationToken).ConfigureAwait(false));
 }