8 lines
126 B
8 lines
126 B
12 years ago
|
using System;
|
||
|
|
||
|
namespace NzbDrone.Core.Messaging.Commands
|
||
|
{
|
||
|
public class BackendCommandAttribute : Attribute
|
||
|
{
|
||
|
}
|
||
|
}
|