9 lines
No EOL
190 B
C#
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
|
|
{
|
|
|
|
} |