mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 14:40:36 +01:00
9 lines
232 B
C#
9 lines
232 B
C#
using BTCPayServer.Contracts;
|
|
|
|
namespace BTCPayServer.Services.Altcoins.Monero
|
|
{
|
|
public class MoneroStoreNavExtension : IStoreNavExtension
|
|
{
|
|
public string Partial { get; } = "Monero/StoreNavMoneroExtension";
|
|
}
|
|
}
|