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