コード例 #1
0
 public ActionResult List()
 {
     return(View(_postRepo.GetActive()));
 }
コード例 #2
0
 // GET: Member/Home
 public ActionResult Index()
 {
     return(View(_postRepository.GetActive().OrderByDescending(x => x.CreateDate)));
 }