Syncer АИХ ИТ
This commit is contained in:
10
PARR.AIHIT/AIHIT/Settings/SyncherSettings.cs
Normal file
10
PARR.AIHIT/AIHIT/Settings/SyncherSettings.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace PARR.AIHIT.Settings
|
||||
{
|
||||
internal class SyncherSettings
|
||||
{
|
||||
public int OccursEvery { get; set; }
|
||||
public string? IncludeAddresses { get; set; }
|
||||
|
||||
public List<string> IncludeAddressesArray => IncludeAddresses == null ? new List<string>() : IncludeAddresses.Split(",").ToList();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user