コード例 #1
0
 @Override
 public ProductoBean obtenerPorId(int id) {
   ProductoDAO = new ProductoDaoImpl();
   return ProductoDAO.obtenerPorId(id);
 }