Ejemplo n.º 1
0
 public void validarPrincipal(ImagenProducto imagenProducto)
 {
     if (imagenProducto.principal == true)
     {
         throw ExcepcionReglaNegocio.crearErrorImagenPrincipal();
     }
 }
Ejemplo n.º 2
0
 public void validarPrincipal(ProductoImagen productoImagen)
 {
     if (productoImagen.principal == true)
     {
         throw ExcepcionReglaNegocio.crearErrorImagenPrincipal();
     }
 }