diff --git a/Interfaces/IReportable.cs b/Interfaces/IReportable.cs index b5bc9e2..43fdea3 100644 --- a/Interfaces/IReportable.cs +++ b/Interfaces/IReportable.cs @@ -24,4 +24,9 @@ public interface IReportable /// The ID of an Entity that is beeing reported. This is used to determine the exact entity being reported. /// public int EntityID { get; } + + /// + /// The UserName of the user who published the Entity (and who should be held accountible for that Entity). + /// + public string UserName { get; } } \ No newline at end of file