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

            return(bll.GetAccountList(year, month));
        }