Ejemplo n.º 1
0
        public async Task <JsonResult> GeographicViews()
        {
            var model = await stats.GeographicViews();

            return(new JsonResult(model));
        }