7 lines
143 B
C#
7 lines
143 B
C#
|
|
namespace Umbraco.Core.Configuration.UmbracoSettings
|
|||
|
|
{
|
|||
|
|
public interface IViewstateMoverModule
|
|||
|
|
{
|
|||
|
|
bool Enable { get; }
|
|||
|
|
}
|
|||
|
|
}
|