-
- All Known Implementing Classes:
ReportGeneratorService
public interface IReportGeneratorService
TheIReportGeneratorService
interface 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 void
generateCampReport(Camp camp, int filter)
Generates a camp report based on the specified filter.void
generateCommitteePerformanceReport(Camp camp)
Generates a committee performance report for the specified camp.
-