implement client and server service implementations in Html/Text module
This commit is contained in:
9
Oqtane.Shared/Interfaces/IServerService.cs
Normal file
9
Oqtane.Shared/Interfaces/IServerService.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace Oqtane.Modules
|
||||
{
|
||||
/// <summary>
|
||||
/// Empty interface used to decorate server module services for auto registration as scoped
|
||||
/// </summary>
|
||||
public interface IServerService
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user