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