CodeLiturgy.Dashboard/BlueWest.Views/Utils/Menus.cs

7 lines
163 B
C#
Raw Normal View History

2022-09-26 04:05:23 +03:00
namespace BlueWest.Views.Utils.Static;
public static class Menus
{
internal const string FooterMenuId = "m1";
internal const string HeaderMenuId = "m2";
}