mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 15:37:55 +02:00
renamed EventAggregator to MessageAggregator
This commit is contained in:
6
NzbDrone.Common/Messaging/IEvent.cs
Normal file
6
NzbDrone.Common/Messaging/IEvent.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace NzbDrone.Common.Messaging
|
||||
{
|
||||
public interface IEvent : IMessage
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user