コード例 #1
0
 public ActionResult GetTopCustomersByRevenue(DateTime?begin, DateTime?end)
 {
     return(Json(_dashboardBusiness.GetTopCustomersByRevenue(begin, end), JsonRequestBehavior.AllowGet));
 }