Exemplo n.º 1
0
        public AccountTestsShould()
        {
            _sut = AccountBuilder.CreateCloseAccount(Money.Create(1000), "Germán Küber");

            _atmMachine = new AtmMachine(_sut);
        }