Exemplo n.º 1
0
 public void RentBooking(int id)
 {
     bookData.RentBooking(id);
     BookRep.RentBooking(id);
 }