btcpayserver/BTCPayServer/Contracts/IStoreNavExtension.cs
2019-09-21 16:22:26 +02:00

7 lines
121 B
C#

namespace BTCPayServer.Contracts
{
public interface IStoreNavExtension
{
string Partial { get; }
}
}