mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-20 19:44:23 +00:00
11 lines
246 B
C#
11 lines
246 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace Oqtane.Shared {
|
|
public class PolicyNames {
|
|
public const string ViewModule = "ViewModule";
|
|
public const string EditModule = "EditModule";
|
|
}
|
|
}
|