UpdateSettings bugfix
ISettingControl introduction
This commit is contained in:
9
Oqtane.Shared/Interfaces/ISettingsControl.cs
Normal file
9
Oqtane.Shared/Interfaces/ISettingsControl.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Oqtane.Interfaces
|
||||
{
|
||||
public interface ISettingsControl
|
||||
{
|
||||
Task UpdateSettings();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user