Ejemplo n.º 1
0
 public IEnumerable <Feed> GetFeeds()
 {
     return(_context.Feeds?.Select(c => _feedHelper.Converter(c)).ToList());
 }