diff --git a/Interfaces/IReportingHandler.cs b/Interfaces/IReportingHandler.cs index 0dca792..5676d85 100644 --- a/Interfaces/IReportingHandler.cs +++ b/Interfaces/IReportingHandler.cs @@ -2,5 +2,5 @@ public interface IReportingHandler { - public void Report(IReportable reportable); + public void Report(IReportable reportable, string note); } \ No newline at end of file