Esempio n. 1
0
        public ActionResult AreaGrid(int page, int rows, string order, string orderType)
        {
            DataGrid <UP_ShowArea_Result> result = new DataGrid <UP_ShowArea_Result>();

            result = areaBll.getAreaGrid(page, rows, order, orderType);
            return(Json(result, JsonRequestBehavior.AllowGet));
        }