示例#1
0
 public JsonResult List(int page, int limit)
 {
     return(Json(bll.GetPageList(page, limit), JsonRequestBehavior.AllowGet));
 }