예제 #1
0
 public async Task <IEnumerable <SearchFacetItem> > GetCountryFacetsAsync(
     CancellationToken cancellationToken)
 {
     return(await _mediaStore.GetGroupedCountriesAsync(cancellationToken));
 }