Exemplo n.º 1
0
 public void ChangeRentDate(int id, DateTime newRentDate)
 {
     rentRepo.ChangeRentDate(id, newRentDate);
 }