Exemple #1
0
        public ActionResult EventOwnerChartData(int periodSelectionKind)
        {
            var kind = periodSelectionKind.ToPeriodSelectionKind();

            var facts = _reportServices.GetOwnerEventStatsData(kind);

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