Exemple #1
0
 public bool DeleteRental(int id)
 {
     return(rentalDAO.Delete(id));
 }