init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
10
Kreta.Core/IktatasJobConfiguration.cs
Normal file
10
Kreta.Core/IktatasJobConfiguration.cs
Normal file
|
@ -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)];
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue