Example #1
0
 public Booking AddBooking(Booking booking)
 {
     return(_serviceRepository.AddBooking(booking));
 }