コード例 #1
0
 public IQueryable <Post> GetAll()
 {
     return((IQueryable <Post>)link.Posts_GetAll());
 }