Ejemplo n.º 1
0
 // GET: api/Stories
 public IEnumerable <Story> Get()
 {
     return(_storyRepository.All());
 }