1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-01 00:12:30 +01:00
Sonarr/NzbDrone.Common/Composition/SingletonAttribute.cs
2013-05-10 20:43:52 -07:00

8 lines
119 B
C#

using System;
namespace NzbDrone.Common.Composition
{
public class SingletonAttribute : Attribute
{
}
}