structured logging
This commit is contained in:
7
Oqtane.Shared/Interfaces/IService.cs
Normal file
7
Oqtane.Shared/Interfaces/IService.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace Oqtane.Modules
|
||||
{
|
||||
public interface IService
|
||||
{
|
||||
// empty interface used to decorate module services for auto registration
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user