mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-30 04:04:21 +01:00
8 lines
163 B
C#
8 lines
163 B
C#
namespace BTCPayServer.Storage.Services.Providers.Models
|
|
{
|
|
public interface IBaseStorageConfiguration
|
|
{
|
|
string ContainerName { get; set; }
|
|
}
|
|
}
|