Exemple #1
0
 public ActionResult PostBlogs(Posts pst)
 {
     BL.AddBlogs(pst);
     return(View());
 }