コード例 #1
0
ファイル: FYJController.cs プロジェクト: 1805n2/ErpProjects
 public ActionResult GetUnit(int pageIndex, int pageSize)
 {
     return(Json(Managers.GetUnit(pageIndex, pageSize), JsonRequestBehavior.AllowGet));
 }