Report: Add note saving Support
This commit is contained in:
@@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
public interface IReportingHandler
|
public interface IReportingHandler
|
||||||
{
|
{
|
||||||
public void Report(IReportable reportable);
|
public void Report(IReportable reportable, string note);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user