Exemplo n.º 1
0
 public bool EditProduct(int id, Product product)
 {
     return(dal.EditProduct(id, product));
 }