btcpayserver/BTCPayServer.Abstractions/Contracts/IScopeProvider.cs

7 lines
137 B
C#

#nullable enable
namespace BTCPayServer.Abstractions.Contracts;
public interface IScopeProvider
{
string? GetCurrentStoreId();
}