Exemple #1
0
 public static List <CLayer.BookingItem> GetAllGuestForbookingList(long UserId)
 {
     DataLayer.Booking book = new DataLayer.Booking();
     return(book.GetAllGuestForbookingList(UserId));
 }