mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-14 18:54:32 +00:00
10 lines
211 B
C#
10 lines
211 B
C#
namespace Oqtane.Modules
|
|
{
|
|
/// <summary>
|
|
/// Empty interface used to decorate module services for auto registration as a transient
|
|
/// </summary>
|
|
public interface ITransientService
|
|
{
|
|
}
|
|
}
|