Example #1
0
 public Booking DeleteBooking(int id)
 {
     return(_serviceRepository.DeleteBooking(id));
 }