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