1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-05 02:22:31 +01:00
Radarr/NzbDrone.Common/Messaging/ICommand.cs

6 lines
92 B
C#
Raw Normal View History

namespace NzbDrone.Common.Messaging
{
public interface ICommand : IMessage
{
}
}