mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-16 12:41:57 +01:00
8 lines
No EOL
126 B
C#
8 lines
No EOL
126 B
C#
using System;
|
|
|
|
namespace NzbDrone.Core.Messaging.Commands
|
|
{
|
|
public class BackendCommandAttribute : Attribute
|
|
{
|
|
}
|
|
} |