Ejemplo n.º 1
0
        public JsonResult GetTotal()
        {
            string[] dt     = B_usercenter.GetTotal();
            var      result = new { state = 0, aLLFinance = dt[0], income = dt[1], investment = dt[2] };

            return(Json(result));
        }