init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Configuration;
|
||||
using Kreta.Core.KIR.Infrastructure.Interface;
|
||||
|
||||
namespace Kreta.Core
|
||||
{
|
||||
public class KirConfiguration : ConfigurationSection, IKirConfiguration
|
||||
{
|
||||
[ConfigurationProperty(nameof(Url), IsRequired = true)]
|
||||
public string Url => (string)this[nameof(Url)];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user