init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Configuration;
|
||||
|
||||
namespace Kreta.Core
|
||||
{
|
||||
public class IktatasJobConfiguration : ConfigurationSection
|
||||
{
|
||||
[ConfigurationProperty(nameof(AlszamosIktatasJobDelayInSec), IsRequired = true, DefaultValue = 5)]
|
||||
public int AlszamosIktatasJobDelayInSec => (int)this[nameof(AlszamosIktatasJobDelayInSec)];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user