Exemple #1
0
 public static int updateStatus(int id, byte status) {
   return ProductFacade.updateStatus(id, status);
 }