Exemplo n.º 1
0
 public ActionResult articleedit(int aid)
 {
     return(View(db.GetCMS_ArticleByid(aid)));
 }