Ejemplo n.º 1
0
 public void DeleteExistingLoan(Loan loan)
 {
     _loanRepository.DeleteExisting(loan);
 }