Sonarr/NzbDrone.Core/MediaFiles/Commands/BackendCommandAttribute.cs

8 lines
127 B
C#
Raw Normal View History

2013-09-11 06:33:47 +00:00
using System;
namespace NzbDrone.Core.MediaFiles.Commands
{
public class BackendCommandAttribute : Attribute
{
}
}