コード例 #1
0
 public IEnumerable <Post> GetPost(User user)
 {
     return(_IPostContext.GetPost(user));
 }