1415161718192021222324
// module b49c ReportFactory reportFactory = new ReportFactoryB49C(); ReportService reportService = reportFactory.create(ReportType.ANALITIC); reportService.getReport(); // module prp6
2223242526272829303132
// module prp6 reportFactory = new ReportFactoryPRP6(); reportService = reportFactory.create(ReportType.ANALITIC); reportService.getReport(); } }