コード例 #1
0
ファイル: GuestController.cs プロジェクト: huntingphi/REHOMAS
 //***Commit the changes to the database
 public bool FinalizeChanges(Guest guest)
 {
     //***call the HotelDB method that will commit the changes to the database
     return(hotelDB.UpdateDataSource(guest));
 }