mirror of https://github.com/Radarr/Radarr
8 lines
119 B
C#
8 lines
119 B
C#
|
using System;
|
|||
|
|
|||
|
namespace NzbDrone.Common.Composition
|
|||
|
{
|
|||
|
public class SingletonAttribute : Attribute
|
|||
|
{
|
|||
|
}
|
|||
|
}
|