Exemple #1
0
 public static long GetPropertyId(long bookingId)
 {
     DataLayer.Booking bok = new DataLayer.Booking();
     return(bok.GetPropertyId(bookingId));
 }