Esempio n. 1
0
 public List <Loan> GetAllCustomerLoans(string customerId)
 {
     return(loanManager.GetAllCustomerLoans(customerId).ToList());
 }