Пример #1
0
        public JsonResult GetAccountView(int year, int month)
        {
            var list = COD.FindList <AccountItem>(AccountQuery.FindAccountView(year, month));

            return(Json(new { result = "success", list = list }, JsonRequestBehavior.AllowGet));
        }