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