mirror of
https://github.com/Radarr/Radarr
synced 2026-05-02 23:11:06 +02:00
6 lines
No EOL
92 B
C#
6 lines
No EOL
92 B
C#
namespace NzbDrone.Common.Messaging
|
|
{
|
|
public interface ICommand : IMessage
|
|
{
|
|
}
|
|
} |