Example #1
0
        public JsonResult GetProductsByOrderID(int ID)
        {
            var pro = Call_Func.GetProductsByOrderID(ID);

            return(Json(new { pro = pro }, JsonRequestBehavior.AllowGet));
        }