btcpayserver/BTCPayServer/Views/Server/ServerNavPages.cs
2018-07-22 18:38:14 +09:00

12 lines
257 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace BTCPayServer.Views.Server
{
public enum ServerNavPages
{
Index, Users, Rates, Emails, Policies, Theme, Hangfire, Services
}
}