示例#1
0
 public ActionResult GetYtdRevenueByCustomer(int custId)
 {
     return(Json(_dashboardBusiness.GetYtdRevenueByCustomer(custId), JsonRequestBehavior.AllowGet));
 }