Beispiel #1
0
 public void DebitToAccount()
 {
     customers = new DAO.CustomersDAO();
     customers.DebitAccount(Balance, AmountPaid, Custcode);
 }