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; }
|
||||
}
|
||||
}
|
@ -3,7 +3,6 @@ using System.Linq;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Oqtane.Models;
|
||||
using Oqtane.Repository;
|
||||
using Oqtane.Shared;
|
||||
|
||||
namespace Oqtane.Infrastructure
|
||||
{
|
||||
|
Reference in New Issue
Block a user