public CurrentAccountConfig() { CustomerCurrentAccount = new GLAccount(); }
public SavingAccountConfig() { CustomerSavingAccount = new GLAccount(); }