IdentityShroud/IdentityShroud.PluginSupport/IPlugin.cs
2026-08-18 07:42:51 +02:00

9 lines
No EOL
190 B
C#

namespace IdentityShroud.PluginSupport;
/// <summary>
/// Any class that should be discovered when loading a dll should implement IPlugin
/// </summary>
public interface IPlugin
{
}