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