mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-24 06:47:50 +01:00
7 lines
163 B
C#
7 lines
163 B
C#
namespace BTCPayServer.Storage.Services.Providers.Models
|
|
{
|
|
public interface IBaseStorageConfiguration
|
|
{
|
|
string ContainerName { get; set; }
|
|
}
|
|
}
|