mirror of
https://github.com/Readarr/Readarr
synced 2026-01-05 23:26:12 +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
|
|
{
|
|
}
|
|
} |