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