示例#1
0
 public ActionResult Index(PerfilModel model)
 {
     ViewBag.lista = model.ViewInfo(User.Identity.Name);
     return View();
 }