Esempio n. 1
0
        public ActionResult LoadCustomerTable(JQueryDataTableParamModel Param)
        {
            MYJSONTblCustom MYJSON = BL_Customer.LoadCustomerTable(Param, Request);

            return(Json(MYJSON, JsonRequestBehavior.AllowGet));
        }