structured logging
This commit is contained in:
@ -1,7 +0,0 @@
|
||||
namespace Oqtane.Modules
|
||||
{
|
||||
public interface IService
|
||||
{
|
||||
// empty interface used to decorate module services for auto registration
|
||||
}
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
namespace Oqtane.Modules
|
||||
{
|
||||
public enum SecurityAccessLevel
|
||||
{
|
||||
Anonymous,
|
||||
View,
|
||||
Edit,
|
||||
Admin,
|
||||
Host
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user