コード例 #1
0
 public void FindGuestBooking()
 {
     gvm.BookingBGuestId = PersistencyService.FindGuestBooking(SelectedGuest.Guest_No.ToString());
 }