コード例 #1
0
ファイル: Atm.cs プロジェクト: tonycodurance/AtmKataOutsideIn
 public void PrintStatement()
 {
     _statementPrinter.PrintHeader();
     _statementPrinter.PrintBody(_transactionRepository.GetTransactions());
 }