Example #1
0
 public static List<Product> getListByType(byte type) {
   return ProductFacade.getListByType(type);
 }