Browse Source
Update StandardMenus.cs
Removed outdated comment
pull/18107/head
Halil İbrahim Kalkan
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
6 deletions
-
framework/src/Volo.Abp.UI.Navigation/Volo/Abp/Ui/Navigation/StandardMenus.cs
|
|
|
@ -2,12 +2,6 @@ namespace Volo.Abp.UI.Navigation; |
|
|
|
|
|
|
|
public static class StandardMenus |
|
|
|
{ |
|
|
|
/* TODO: Consider to create nested class like |
|
|
|
* StandardMenus.Application.Main |
|
|
|
* StandardMenus.Application.User |
|
|
|
* StandardMenus.Application.Shortcut |
|
|
|
*/ |
|
|
|
|
|
|
|
public const string Main = "Main"; |
|
|
|
public const string User = "User"; |
|
|
|
public const string Shortcut = "Shortcut"; |
|
|
|
|