introduce ITransientService interface for auto registration of transient services (for DBContexts and Repositories)

This commit is contained in:
Shaun Walker
2022-07-26 09:41:42 -04:00
parent e61a6df4d7
commit 5762ce58a4
10 changed files with 35 additions and 15 deletions

View File

@ -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
{