Files
LeafWeb/WebCms/Controllers/LeafWebPageIds.cs
T
2017-01-26 08:36:54 -05:00

10 lines
240 B
C#

namespace LeafWeb.WebCms.Controllers
{
// Umbraco page IDs for LeafWeb application pages
public static class LeafWebPageIds
{
public const int ManageQueue = 1107;
public const int Chart = 1100;
public const int Details = 1111;
}
}