1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-02-12 17:24:55 +00:00
Lidarr/NzbDrone.Common/Composition/SingletonAttribute.cs

8 lines
119 B
C#
Raw Normal View History

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