1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-23 22:25:56 -04:00
Files
Sonarr/NzbDrone.Common/Composition/SingletonAttribute.cs
T
2013-05-10 20:43:52 -07:00

8 lines
119 B
C#

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