Esempio n. 1
0
 //***Commit the changes to the database
 public bool FinalizeChanges(Reservation res)
 {
     //***call the EmployeeDB method that will commit the changes to the database
     return(reservationDB.UpdateDataSource(res));
 }