Exemple #1
0
 public IAsyncQueryable <Listing> Listings() =>
 _sharesRepository.GetListings();
Exemple #2
0
 public IAsyncEnumerable <Listing> GetListings() =>
 _sharesRepository.GetListings();