コード例 #1
0
 public void DeleteBookingById(int id)
 {
     bookData.DeleteById(id);
     BookRep.DeleteById(id);
 }