mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
8 lines
134 B
C#
8 lines
134 B
C#
|
namespace BTCPayServer.Views.CustodianAccounts
|
||
|
{
|
||
|
public enum CustodianAccountsNavPages
|
||
|
{
|
||
|
View, Create, Update
|
||
|
}
|
||
|
}
|