Esempio n. 1
0
        public JsonResult AllocationChanges(int regionID)
        {
            var allocationChanges = _regionalDashboard.GetAllocationChange(regionID);

            return(Json(allocationChanges, JsonRequestBehavior.AllowGet));
        }