Exemple #1
0
 public IEnumerable <Booking> GetAllBookingsUser(int id)
 {
     return(_bookingRepository.GetAllBookingsUser(id));
 }