Ejemplo n.º 1
0
 public int AddDesigDetails(Product product)
 {
     dbproduct = new DBProduct();
     return(dbproduct.AddDesigDetails(product));
 }