Exemplo n.º 1
0
 // GET /api/post
 public IEnumerable <Post> Get()
 {
     return(postlogic.GetAllPosts());
 }