Ejemplo n.º 1
0
        public List <CostRecordEntity> GetDeptRecord(int pagesize, int page, out int total, string deptid, DateTime?from, DateTime?to)
        {
            ICostService service = new CostService();

            return(service.GetDeptRecord(pagesize, page, out total, deptid, from, to));
        }