Exemple #1
0
        public List <CostRecordEntity> GetCostRecords(int page, int pagesize, out int total, string[] deptids, string year, string month, string category, string dept)
        {
            ICostService service = new CostService();

            return(service.GetCostRecords(page, pagesize, out total, deptids, year, month, category, dept));
        }