临河任务调度
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 line
221B

  1. namespace Acme.BookStore.Blazor.WebApp.Client.Menus;
  2. public class BookStoreMenus
  3. {
  4. private const string Prefix = "BookStore";
  5. public const string Home = Prefix + ".Home";
  6. //Add your menu items here...
  7. }