cleanly separate SiteState service for client and server use cases
This commit is contained in:
9
Oqtane.Server/Infrastructure/SiteState.cs
Normal file
9
Oqtane.Server/Infrastructure/SiteState.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using Oqtane.Models;
|
||||
|
||||
namespace Oqtane.Infrastructure
|
||||
{
|
||||
public class SiteState
|
||||
{
|
||||
public Alias Alias { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user