예제 #1
0
 //***Commit the changes to the database
 public bool FinalizeChanges(Payment aAccount)
 {
     //***call the EmployeeDB method that will commit the changes to the database
     return(paymentDB.UpdateDataSource(aAccount));
 }