Exemple #1
0
 public static CLayer.Address GetBookedByUser(long pBookingId)
 {
     DataLayer.Booking book = new DataLayer.Booking();
     return(book.GetBookedByUser(pBookingId));
 }