Exemplo n.º 1
0
 public IAsyncQueryable <Listing> Listings() =>
 _sharesRepository.GetListings();
Exemplo n.º 2
0
 public IAsyncEnumerable <Listing> GetListings() =>
 _sharesRepository.GetListings();