Exemplo n.º 1
0
        public void CreateAccount(AccountType type)
        {
            var newAccount = accountFactory.createAccount(type);

            accountRepository.NewAccount(newAccount);
        }