Ejemplo n.º 1
0
 public bool DeleteProduct(string name)
 {
     return(product.DeleteProduct(name));
 }