mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-04 02:28:21 +00:00
6 lines
No EOL
92 B
C#
6 lines
No EOL
92 B
C#
namespace NzbDrone.Common.Messaging
|
|
{
|
|
public interface ICommand : IMessage
|
|
{
|
|
}
|
|
} |