コード例 #1
0
 // GET /api/post
 public IEnumerable <Post> Get()
 {
     return(postlogic.GetAllPosts());
 }