Beispiel #1
0
 public bool ExisteEnCompra(int idProducto)
 {
     try
     {
         return(iProducto.ExisteEnCompra(idProducto));
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }