public void validarPrincipal(ImagenProducto imagenProducto) { if (imagenProducto.principal == true) { throw ExcepcionReglaNegocio.crearErrorImagenPrincipal(); } }
public void validarPrincipal(ProductoImagen productoImagen) { if (productoImagen.principal == true) { throw ExcepcionReglaNegocio.crearErrorImagenPrincipal(); } }