Exemplo n.º 1
0
 public IList <Models.Booking> GetBooking()
 {
     return(bookingRepo.All().ToList <Models.Booking>());
 }