mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-12 17:24:55 +00:00
8 lines
No EOL
119 B
C#
8 lines
No EOL
119 B
C#
using System;
|
|
|
|
namespace NzbDrone.Common.Composition
|
|
{
|
|
public class SingletonAttribute : Attribute
|
|
{
|
|
}
|
|
} |