Exemplo n.º 1
0
        private void PreCondition()
        {
            Account acc = new MicroAccount();

            this.InitializeAccount(acc);

            Console.Read();
        }
Exemplo n.º 2
0
        private void PostCondition(Account account)
        {
            Account acc = new MicroAccount();

            //get result without bonus
            this.CalculateInterest(acc);

            Console.Read();
        }