Example #1
0
 public DataSet GetBankDatabyId(int ID)
 {
     dbproduct = new DBProduct();
     return(dbproduct.GetBankDetailsbyID(ID));
 }