remove SiteSettings from Alias for better separation of concerns
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
using System.Collections.Generic;
|
||||
using Oqtane.Models;
|
||||
|
||||
namespace Oqtane.Infrastructure
|
||||
@ -5,6 +6,6 @@ namespace Oqtane.Infrastructure
|
||||
public interface ISiteOptions<TOptions>
|
||||
where TOptions : class, new()
|
||||
{
|
||||
void Configure(TOptions options, Alias alias);
|
||||
void Configure(TOptions options, Alias alias, Dictionary<string, string> sitesettings);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user