-
- All Known Implementing Classes:
ReportGeneratorService
public interface IReportGeneratorServiceTheIReportGeneratorServiceinterface defines a contract for classes that provide methods to generate reports related to camps and committee performance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgenerateCampReport(Camp camp, int filter)Generates a camp report based on the specified filter.voidgenerateCommitteePerformanceReport(Camp camp)Generates a committee performance report for the specified camp.
-