introduce ITransientService interface for auto registration of transient services (for DBContexts and Repositories)
This commit is contained in:
9
Oqtane.Shared/Interfaces/ITransientService.cs
Normal file
9
Oqtane.Shared/Interfaces/ITransientService.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace Oqtane.Modules
|
||||
{
|
||||
/// <summary>
|
||||
/// Empty interface used to decorate module services for auto registration as a transient
|
||||
/// </summary>
|
||||
public interface ITransientService
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user