Пример #1
0
 public static Booking GetBookingByToken(string token)
 {
     return(BookingDAO.GetBookingByToken(token));
 }