Exemplo n.º 1
0
 public void PrintStatement()
 {
     _statementPrinter.PrintHeader();
     _statementPrinter.PrintBody(_transactionRepository.GetTransactions());
 }