public dynamic GetAccountList() { int year = Fun.Query("year", 0); int month = Fun.Query("month", 0); AccountBLL bll = new AccountBLL(); return(bll.GetAccountList(year, month)); }