mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-18 10:34:22 +00:00
10 lines
255 B
C#
10 lines
255 B
C#
namespace Oqtane.Shared
|
|
{
|
|
// static PolicyNames are deprecated and replaced with dynamic policies
|
|
public class PolicyNames
|
|
{
|
|
public const string ViewModule = "ViewModule";
|
|
public const string EditModule = "EditModule";
|
|
}
|
|
}
|