Exemple #1
0
 public ActionResult listPosts()
 {
     return(View(viewSV.Get_post(0).ToList()));
 }