Ejemplo n.º 1
0
        public JsonResult GetOrderByCustomerID(int ID)
        {
            var orders = Call_Func.GetOrderByCustomerID(ID);

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