9 lines
221 B
C#
9 lines
221 B
C#
namespace GmRelay.Web.Services.Portfolio.Covers;
|
|
|
|
public sealed class PortfolioCoverStorageOptions
|
|
{
|
|
public const string SectionName = "PortfolioCovers";
|
|
|
|
public string StoragePath { get; set; } = string.Empty;
|
|
}
|