Ejemplo n.º 1
0
 public bool DeleteProductFromId(Guid id)
 {
     return(product.DeleteProductFromId(id));
 }