示例#1
0
 public ActionResult Index()
 {
     SessionStatus();
     return(View(_blog.GetAllPosts()));
 }