Example #1
0
        public ActionResult AllOrderDate(int?year)
        {
            DashboardService service = new DashboardService();

            return(Json(service.AllOrderDate(year), JsonRequestBehavior.AllowGet));
        }