Ejemplo n.º 1
0
 private static void PrintHtmlStatement(CustomerStatement statement)
 {
     Console.WriteLine(statement.GenerateTextReport(new HTMLTextProcessor()));
 }
Ejemplo n.º 2
0
 private static void PrintTextStatement(CustomerStatement statement)
 {
     Console.WriteLine(statement.GenerateTextReport(new SimpleTextProcessors()));
 }