Exemple #1
0
 public void Edit(Rent rent)
 {
     _rentRepository.Edit(rent);
 }