Exemplo n.º 1
0
 public static void AddLoan(Customer cust, Loan account)
 {
     CustomerDAL.AddLoan(cust, account);
 }