Report: Add note saving Support

This commit is contained in:
2026-02-12 22:02:20 +01:00
parent 5c806421e0
commit fb0506e6b7

View File

@@ -2,5 +2,5 @@
public interface IReportingHandler public interface IReportingHandler
{ {
public void Report(IReportable reportable); public void Report(IReportable reportable, string note);
} }