Ejemplo n.º 1
-1
 string Format(Report)
 {
 }
Ejemplo n.º 2
-1
 public ReportGenerator(EmployeeDB edb)
 {
     _employeeReport = new Report(edb);
     _currentFormatter = new AgeFirstFormatter();
     _currentPrinter = new ConsolePrinter();
 }