示例#1
0
 public int DeleteBankDetails(Product product)
 {
     dbproduct = new DBProduct();
     return(dbproduct.DeleteBankDetails(product));
 }