Exemple #1
0
 //*Added by rahul on 03/03/20
 //*This is for getting property id of API offline bookings
 public static long GetAPIOfflineBookingPropertyId(long bookingId)
 {
     DataLayer.Booking bok = new DataLayer.Booking();
     return(bok.GetAPIOfflineBookingPropertyId(bookingId));
 }