Пример #1
0
 public ActionResult <List <Feed> > Get()
 {
     return(Ok(_feedRepository.GetAllFeeds()));
 }