btcpayserver/BTCPayServer/Contracts/IStoreNavExtension.cs

8 lines
121 B
C#
Raw Normal View History

2019-09-21 16:22:26 +02:00
namespace BTCPayServer.Contracts
{
public interface IStoreNavExtension
{
string Partial { get; }
}
}