Exemplo n.º 1
0
 public static long GetBookId(long userId, long bookingId)
 {
     DataLayer.Booking book = new DataLayer.Booking();
     return(book.GetBookId(userId, bookingId));
 }