mirror of https://github.com/abpframework/abp.git
3 changed files with 14 additions and 2 deletions
@ -0,0 +1,11 @@ |
|||
namespace MyCompanyName.MyProjectName.Blazor.Menus |
|||
{ |
|||
public class MyProjectNameMenus |
|||
{ |
|||
private const string Prefix = "MyProjectName"; |
|||
public const string Home = Prefix + ".Home"; |
|||
|
|||
//Add your menu items here...
|
|||
|
|||
} |
|||
} |
|||
Loading…
Reference in new issue