示例#1
0
 public static PagedList<Product> getPagingList(ProductCondition productCondition) {
   return ProductFacade.getPagingList(productCondition);
 }