Example #1
0
 public static Product getInfo(int id) {
   return ProductFacade.getInfo(id);
 }