8 lines
191 B
C#
8 lines
191 B
C#
namespace YPS.Beer.Configuration;
|
|
|
|
public class PunkServiceConfiguration
|
|
{
|
|
public const string ConfigurationSection = "PunkService";
|
|
|
|
public string BaseUrl { get; set; } = null!;
|
|
} |