Exemplo n.º 1
0
 //Added by rahul for gettting user id of offlinebooking on 06-02-2020
 public static long GetOfflineBookedByUserId(long bookingId)
 {
     DataLayer.Booking bok = new DataLayer.Booking();
     return(bok.GetOfflineBookedByUserId(bookingId));
 }