Ejemplo n.º 1
0
 public async Task <List <Feed> > GetAllFeedsAsync()
 => await Feeds
 .Include(x => x.Category)
 .AsNoTracking()
 .ToListAsync();