三层架构实现分页查询

 public IList<Customer> GetPage(CustomerSearchVO vo, int pageIndex, int pageSize, out int totalCount)         {             IList<Customer> list = new List<Customer>();             Customer customer =
相关文章
相关标签/搜索