示例#1
0
 public async Task <Feed> GetFeed(Guid id)
 => await Feeds
 .FindAsync(id);