Пример #1
0
 public JsonResult GetFileList(int page, int pageSize)
 {
     Download bll = new Download();
     var t = bll.FindByPage(pageSize,page);
     return Json(t, JsonRequestBehavior.AllowGet);
 }